Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: FTP over TLS/SSL

by nimdokk (Vicar)
on Nov 23, 2004 at 00:10 UTC ( [id://409772]=note: print w/replies, xml ) Need Help??


in reply to Re^3: FTP over TLS/SSL
in thread FTP over TLS/SSL

I'll have to take another look at it. At this point, I'm just dipping my feet into this whole thing. And I could well be getting some conflicting or incomplete information as well.

Replies are listed 'Best First'.
Re^5: FTP over TLS/SSL
by hsinclai (Deacon) on Nov 23, 2004 at 03:20 UTC
    Using sftp would mean the senders would have to change their methods (but not much), although in some cases they'd be replacing their client software entirely.

    Alternatively they could keep using good ole' ftp - if you were to run it through OpenSSH using portforwarding. Clients will just change their destination FTP server to a local one, and pushing to them should be pretty easy with a couple tweaks.

    Since the encryption in both SSL and SSH is most always coming from the same cryptography toolkit (usually openSSL), and either type/level of encryption from these packages is probably more than good enough to protect your data against prying eyes, it comes down to deciding what production methods are easier to migrate into, with the least hassle for your clients.

    PS- why bother writing new Perl code unless you need additional functionality you didn't yet mention, unless of course, you've been reading the Monk quips and were inspired by the one that says "Go ahead - be a heretic" :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://409772]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 17:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found