Re: [PATCH] ftpfs/libftpconn

2002-04-19 Thread Marcus Brinkmann
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

Re: [PATCH] ftpfs/libftpconn

2002-04-15 Thread Marcus Brinkmann
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

Re: [PATCH] ftpfs/libftpconn

2002-04-14 Thread Moritz Schulte
[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,

Re: [PATCH] ftpfs/libftpconn

2002-04-14 Thread Niels Möller
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

[PATCH] ftpfs/libftpconn

2002-04-12 Thread Moritz Schulte
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:~>