Well, I'm not controlling the servers, and the servers are using SSL and TLS. Afaik Net::SFTP only does SSH, besides that it has no support for FXP (site-to-site tranfers) which is one of the reasons I'm using Net::FTP.
I guess modifying Net::FTP to do TLS/SSL would be the best way, but my perl skills are not on that level I'm afraid.
Anyone out there with some skills than could be interested in looking at it?
bastardo.
| [reply] |
You might want to double check but I believe that Net::SFTP does have FXP support. The Net::SFTP::Constants module appears to import SSH2_FXP_* constants.
--
vek
--
| [reply] |
Yep, Net::SFTP turned out to have FXP support, but it is still only SSH1/2, while the servers I am connecting to is Auth TLS or Auth SSL.
bastardo
| [reply] |
Yep, looks like Net::SFTP can handle FXP transfers.
It only uses SSH1/2 though, and not Auth TLS/SSL which is what i need.
bastardo.
| [reply] |