HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Problem using FTP
Author: Ph. Marek
Date: 05/14/2002 08:14
 
> > 230-Hello, you are logged into ftp.rsasecurity.com.  
> >  
> >    All login activity is monitored. 
> 
> Ok problem found: some lines don't have the required 
> 230- prefix
> I will implement a hack to handle that!
I just tested beta-5 and that works - mostly :-)

You use a 'size %s' command which succeeds but then go
for a 'get "%s"' which doesn't - a file named "..."
can't be found.
Using perl I patched the executable to read that as
'get %s' and it works.

perl -e "undef $/; binmode(STDIN); binmode(STDOUT);
$_=<>; substr($_,0xcb769,3)=\"%s\0\"; print $_" <
winhttrack.org > winhttrack.exe

So - if that is not documentated as needed with some
other ftp-daemons I'd suggest to take the " out.
Or at least make it configurable.

Well, thank you!


Regards,

Phil
 
Reply Create subthread


All articles

Subject Author Date
Problem using FTP

05/06/2002 15:13
Re: Problem using FTP

05/06/2002 21:38
Re: Problem using FTP

05/07/2002 07:14
Re: Problem using FTP

05/08/2002 09:28
Re: Problem using FTP

05/14/2002 08:14
Re: Problem using FTP

05/18/2002 11:20
Re: Problem using FTP

05/21/2002 07:11




5

Created with FORUM 2.0.11