On Sat, Apr 13, 2002 at 02:25:07AM +0200, Moritz Schulte wrote:
> I investigated the problem, which caused ftpfs to fail with some ftp
> servers (e.g. ftp.debian.org). The problem is that libftpconn
> sometimes tries to 'list' _directories_ and not _entries in a
> directory_.
Hi,
thanks again f
On Sat, Apr 13, 2002 at 02:25:07AM +0200, Moritz Schulte wrote:
> I investigated the problem, which caused ftpfs to fail with some ftp
> servers (e.g. ftp.debian.org). The problem is that libftpconn
> sometimes tries to 'list' _directories_ and not _entries in a
> directory_.
Cool, thanks for tr
[EMAIL PROTECTED] (Niels Möller) writes:
>> I haven't found a way in the FTP protocol, which helps us here.
>
> In theory, the command "mlst" should help.
Aah, this seems to be a very good idea in the FTP protocol, especially
because it's easy to parse. If that is well supported by FTP servers,
Moritz Schulte <[EMAIL PROTECTED]> writes:
> I haven't found a way in the FTP protocol, which helps us here.
In theory, the command "mlst" should help. But it's also
underspecified and not always implemented. For example, ftp.roxen.com
implements it like this:
$ ftp ftp.roxen.com
Connected
Hello,
I investigated the problem, which caused ftpfs to fail with some ftp
servers (e.g. ftp.debian.org). The problem is that libftpconn
sometimes tries to 'list' _directories_ and not _entries in a
directory_. But obviously that isn't supported by all ftp servers,
see:
lftp ftp.debian.org:~>