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

2006-02-23 Thread Pavel Tsekov

Follow-up Comment #5, bug #13101 (project mc):

The patch is against MC from CVS - sorry, that I didn't mention it. Please,
test with CVS version of MC. If this is not an option, please, let me know
and I'll give MC 4.6.1 a try.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13101

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #15801] infinite loop reading large directories via fish

2006-02-23 Thread Pavel Tsekov

Update of bug #15801 (project mc):

  Status:None = In Progress
 Assigned to:None = ptsekov

___

Follow-up Comment #1:

This problem has been bugging me for a while. I've just commited a patch
which exposes a new user configurable option:

  fish_directory_timeout

It contains the lifetime of a directory cache entry measured in seconds. I've
adjusted the default value to 900 seconds (same as in ftpfs).

This option is not configurable through the user interface, yet - one can
change it only by directly editing MC's ini file. I plan to fix this soon.

To test the new code you need to fetch MC from the cvs repository or grab a
snapshot.


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=15801

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #15576] Switching panels in long mode

2006-02-23 Thread Pavel Tsekov

Update of bug #15576 (project mc):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 

___

Follow-up Comment #5:

Closing as Fixed.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=15576

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #15257] mc viewer enters a probably infinite cycle on some files with 8-bit characters

2006-02-23 Thread Michael Lashkevich

Follow-up Comment #6, bug #15257 (project mc):

Indeed, the problem is absent while using the version from the snapshot
binary mc-2006022316-1.i386.rpm found at
/pub/Linux/utils/file/managers/mc/snapshots.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=15257

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


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

2006-02-23 Thread Thomas Zajic

Follow-up Comment #6, bug #13101 (project mc):

Tested with today's CVS version (20060224), same problem. Here's the FTP
server's log from that session, trying to copy/move testfile1, then testfile1
and testfile2 into hidden_dir. It looks like mc doesn't even try to transfer
anything, all it does is send LIST commands:

xxx.xxx.xxx UNKNOWN nobody [24/Feb/2006:06:59:08 +0100] USER test 331 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:06:59:08 +0100] PASS (hidden) 230 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:08 +] PWD 257 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:08 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:08 +] TYPE A 200 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:08 +] LIST -la
/hidden_dir/. 226 115
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:11 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:11 +] LIST -la /. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:11 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:11 +] LIST -la
/hidden_dir/testfile1/. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:13 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:13 +] LIST -la
/hidden_dir/. 226 115
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:18 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:18 +] LIST -la /. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:18 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:18 +] LIST -la
/hidden_dir/testfile1/. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:20 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:20 +] LIST -la
/hidden_dir/. 226 115
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:31 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:31 +] LIST -la /. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:31 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:31 +] LIST -la
/hidden_dir/testfile1/. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:32 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:32 +] LIST -la
/hidden_dir/testfile2/. 226 0
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:35 +] PASV 227 -
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:05:59:35 +] LIST -la
/hidden_dir/. 226 115
xxx.xxx.xxx UNKNOWN test [24/Feb/2006:06:01:56 +] QUIT 221 -

Using active (PORT) instead of passive (PASV) FTP doesn't make any
difference, except that the log file shows PORT commands where it shows
PASV above.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13101

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


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

2006-02-23 Thread Thomas Zajic

Follow-up Comment #7, bug #13101 (project mc):

UPDATE: I just found out that the patch does indeed fix the problem for both
vanilla 4.6.1 and 4.6.1a-CVS, if I also change ftpfs_first_cd_then_ls from
0 to 1 in ~/.mc/ini. This is an acceptable solution for me, so as far as
I'm concerned, feel free to commit the patch and mark this bug fixed.

Thanks a lot! :-)

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13101

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel