Link to home
Start Free TrialLog in
Avatar of kpisoft
kpisoft

asked on

ftp over ssl solaris

Experts,
My shell script in SunOS 5.8 ftp data from an external server. I didnt have an issue in it till now. Now that my organization policy does not allow ftp due to security reasons, i have to try ftping over a ssl handshake. Can some one help me what the prerequsits are to do it, and may be some guidance how this should actually be done. This is a daily batch process and I have to accomplish it in my scripts, hence shell script samples (or links to it) are welcome. Thanks in advance.
Avatar of joules17
joules17
Flag of India image

would secure copy (scp) be helpful
this is the syntax for it
scp <filename> username@servername:/var/tmp

let me know if that helps
Avatar of kpisoft
kpisoft

ASKER

Thanks guys for your suggestions, but I will not be able to use SCP or SFTP because my boss insists on ssl. As far as I know this is because the server from which i get the file does not allow a SSH, they allow SSL.
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You may use lftp (http://lftp.yar.ru/), which supports ftp over SSL connections.