Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to do FTP thru' 128 bit SSL?
Name: sankarjune14 Date: January 3, 2006 at 07:00:12 Pacific OS: SunOS CPU/Ram: 512MB
Comment:
I'm developing a FTP script to send some files to another one FTP server. That FTP server is 128 bit SSL enabled. While trying to login to the system, I'm getting the following error:
ftp> open ftp.sample.com 20021 Connected to ftp.sample.com. 220 <<<Connect:Enterprise UNIX 2.2.00 Secure FTP>>> at cewebb1u FTP server ready. Time = 12:21:31 Name (ftp.sample.com:ssankar): cf255500 503 Bad sequence of commands, must secure connection before USER command. Login failed. Remote system type is UNIX. Using binary mode to transfer files.
Name: FishMonger Date: January 3, 2006 at 08:07:17 Pacific
Reply:
Have you tried using the secure sftp instead of the insecure ftp?
http://www-hep2.fzu.cz/computing/adm/sftp.html
0
Response Number 2
Name: sankarjune14 Date: January 3, 2006 at 09:31:11 Pacific
Reply:
Thanks for your immediate response.
But, the target FTP server doesn't support SFTP. They support only 128 bit SSL FTP.
Sudhakar
0
Response Number 3
Name: FishMonger Date: January 3, 2006 at 10:17:49 Pacific
Reply:
How about FTPS? http://bsdftpd-ssl.sc.ru/doc/windows/ftps.1.html http://hp.vector.co.jp/authors/VA027031/orenosv/ftps.html
If you want to do this with a Perl script: http://search.cpan.org/~kral/Net-FTPSSL-0.04/FTPSSL.pm
0
Response Number 4
Name: wollie Date: January 10, 2006 at 05:00:42 Pacific
Reply:
Hi,
you haven't yet logged in to the ftp-server, you still have to provide your userid and your password (what you have not done according to the log information). The remote server will prompt you for your userid/name and your password.
0
Response Number 5
Name: zerofunk Date: January 13, 2006 at 10:01:17 Pacific
Reply:
Yeah, to use sftp, ssh must be enabled. Have you installed a certificate yet?
Summary: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.ksh. i dont want to zip the entire thing. i want to...