in reply to Re: Re: Net::FTP and SSL/TLS
in thread Net::FTP and SSL/TLS

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 --

Replies are listed 'Best First'.
Re: Re: Re: Net::FTP and SSL/TLS
by bastardo (Initiate) on May 03, 2003 at 01:11 UTC
    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
      Just out of curiosity, do the servers have SSH installed? Can you manually sftp to the machines in question? If so then could still entertain the idea of Net::SFTP. Just a thought if you can't find anything SSL related...

      -- vek --
Re: Re: Re: Re: Net::FTP and SSL/TLS
by bastardo (Initiate) on May 03, 2003 at 04:01 UTC
    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.