[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wput: bug-report



There seem to be two problems.
First your FTP-Server is another one who does not reject the REST command but 
rejects the STOR command if REST has been specified previously. I knew some 
servers issuing 451 in this case. So 553 means the same and has just been 
added to the development version if wput. A simple workaround will be to 
disable resuming (--dont-continue).

But i still have no idea for what reasons the open command fails. You could 
open ftp.c and replace the line 607:
   printout(vLESS, "Error: Cannot open local source file to read\n");
by
   printout(vLESS, "Error: Cannot open local source file to read (%s)\n", 
strerror(errno));

This way there will be further output describing the error that occurred.

-- 
Mit besten Grüßen  
 Hagen                      http://itooktheredpill.dyndns.org
                  GPG:D40FD26F  mailto:itooktheredpill@gmx.de