Re: [PATCH]: Improve symlink handling in ftpfs - Part 1

2006-01-20 Thread Pavel Tsekov
On Thu, 19 Jan 2006, Leonard den Ottolander wrote: On Thu, 2006-01-19 at 12:37 +0200, Pavel Tsekov wrote: If noone objects I'll commit this patch. For reference: http://mail.gnome.org/archives/mc-devel/2005-April/msg00021.html Can't you make it an option in the VFS dialog instead

[patch] allow seeking in linear files

2006-01-20 Thread Jindrich Makovicka
Hi, this patch adds an ability to seek in linear files before the first read operation. It is achieved by postponing the actual opening to linear_read() call. The main reason of this is to make ftpfs' reget function work again. Modification for fish to work with this change, and a minor fix of