Re: Bug in put -c ?

2002-07-31 Thread Alexander V. Lukyanov
On Mon, Jul 22, 2002 at 08:09:05PM +0200, Piotr Krukowiecki wrote: What's more, lftp reconnect and tries to upload the file all the time without waiting between reconnects. I have fixed this particular problem in pre2.6.0-20020731. -- Alexander.

Re: Bug in put -c ?

2002-07-24 Thread Piotr Krukowiecki
On Mon, 22 Jul 2002, Piotr Krukowiecki wrote: The ftp server is some window server, glftpd of guile ftpd or sth like that (i can ask) Maybe it's the server fault, maybe ftp protocol specs are not precisely. Had to use other ftp client (ncftp) to upload the file (but 'resume' option in ncftp

Re: Bug in put -c ?

2002-07-22 Thread Nicolas Noble
lftp XX@XX:/Manga/Trigun put -c Trigun.sfv --- TYPE I --- 200 Type set to I. --- SIZE Trigun.sfv --- 213 0 --- PASV --- 227 Entering Passive Mode (XX) Connecting data socket to (XX) port 1222 --- STOR Trigun.sfv Closing data socket --- 425 Permission Denied. File Exists. ---

Re: Bug in put -c ?

2002-07-22 Thread Nicolas Noble
--- STOR Trigun.sfv --- 425 Permission Denied. File Exists. Humm... I always heard that a REST 0 should never be used. But maybe this can be useful here, no? Maybe have to try with a flag somewhere (ftp:rest-zero=yes or something) in order to allow this command or not, what do you

Re: Bug in put -c ?

2002-07-22 Thread Nicolas Noble
Well, if the server is configured to not allow Overwrite but to allow Append, then the REST command would make the difference, wouldn't it? But REST 0 is the default. Please check if it would help. Well, first it's not mine problem so I can't check by myself :-) Second, if you look at the

Re: Bug in put -c ?

2002-07-22 Thread Piotr Krukowiecki
Pleace do to CC me On Mon, 22 Jul 2002, Nicolas Noble wrote: lftp XX@XX:/Manga/Trigun put -c Trigun.sfv --- TYPE I --- 200 Type set to I. --- SIZE Trigun.sfv --- 213 0 --- PASV --- 227 Entering Passive Mode (XX) Connecting data socket to (XX) port 1222 --- STOR