[bug #13101] Moving/copying single files to FTP VFS

2006-03-08 Thread Thomas Zajic
Follow-up Comment #11, bug #13101 (project mc): Yes, both moving and copying a single file works fine now (latest CVS with the attached patch applied), even with ftpfs_first_cd_then_ls=0. Again, thanks a lot! :-) ___ Reply to this item at:

[PATCH] Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Leonard den Ottolander
Hi Pavel, On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: > 2005 control.tar.gz It appears ar is the app which uses 4 field dates that I was looking for ;-s . Please try the following patch against vfs/extfs/uar. It removes the fourth date field from the ls output. Since it is impossible

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Leonard den Ottolander
Hi, On Wed, 2006-03-08 at 17:35 +0100, Leonard den Ottolander wrote: > On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: > > rw-r--r-- 250/250 50188 Nov 4 04:56 2005 C-ctype.o > Instead a new function vfs_parse_file_date_4() should be created that is > called explicitly for dates that are

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Leonard den Ottolander
Hello Pavel, On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: > rw-r--r-- 250/250 50188 Nov 4 04:56 2005 C-ctype.o > It is obvious that the list command of uar doesn't process > the output properly and produces bad filenames. This is most probably caused by the fact that I removed the op

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Pavel Tsekov
On Wed, 8 Mar 2006, Pavel Tsekov wrote: > On Mon, 6 Feb 2006, Pavel Tsekov wrote: > > > > deb-support-without-dpkg.patch > > > For systems withoput dpkg (almost any non-debian OS). > > > It handles .deb files as regular .ar archives, as they are in reality. > > > > This would be nice addit

deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Pavel Tsekov
On Mon, 6 Feb 2006, Pavel Tsekov wrote: > > deb-support-without-dpkg.patch > > For systems withoput dpkg (almost any non-debian OS). > > It handles .deb files as regular .ar archives, as they are in reality. > > This would be nice addition. Only if we could avoid the 'O' option of gnu > ta

[bug #13101] Moving/copying single files to FTP VFS

2006-03-08 Thread Pavel Tsekov
Follow-up Comment #10, bug #13101 (project mc): If it is not clear you still should apply the patch attached to this bugreport since I haven't commited that yet. ___ Reply to this item at:

[bug #13101] Moving/copying single files to FTP VFS

2006-03-08 Thread Pavel Tsekov
Follow-up Comment #9, bug #13101 (project mc): I've just checked in a patch which improves ftpfs_dir_load(). It enables the attached patch to work no matter whether `ftpfs_first_cd_then_ls' is set or not. So if you checkout the source from cvs it should work. ___