http://qs321.pair.com?node_id=192925

tstock has asked for the wisdom of the Perl Monks concerning the following question:

An application I wrote using FTP to download data will have to change to use FTP over SSL, implicit encryption, or PPTP to transfer files.

I've never used these protocals before and am looking for pointers/examples/advice on how to change my simple Net::FTP modules to support this. Any help from fellow monks ?

tstock