Ask a Question related to PERL Miscellaneous, Design and Development.
-
J. Gleixner #1
Re: How to do SSL FTP?
Brian wrote:
Net::SFTP> I am able to use Net::FTP fine. I have new requirements to create
> secure FTP using SSL. SSH or SCP is not suitable due to FTP server.
> How do I create SSL FTP?
>
> Thanks.
>
J. Gleixner Guest
-
Cat #2
Re: How to do SSL FTP?
"J. Gleixner" wrote:
Really?>
> Brian wrote:> Net::SFTP> > I am able to use Net::FTP fine. I have new requirements to create
> > secure FTP using SSL. SSH or SCP is not suitable due to FTP server.
> > How do I create SSL FTP?
> >
> > Thanks.
> >
Ref: [url]http://search.cpan.org/author/BTROTT/Net-SFTP-0.05/lib/Net/SFTP.pm[/url]
Net::SFTP is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP)--file transfer built on top of the SSH protocol.
Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through which files can be transferred and managed.
Cat Guest
-
Michael Pompey #3
Re: How to do SSL FTP?
> How do I create SSL FTP?
Good question.
I recommend that you try using the ftp 'passive' mode.
This was designed to give ftp a modicum of security.
"J. Gleixner" <glex_nospam@qwest.net> wrote in message
news:m5%Oa.48$z21.53776@news.uswest.net...> Brian wrote:> Net::SFTP> > I am able to use Net::FTP fine. I have new requirements to create
> > secure FTP using SSL. SSH or SCP is not suitable due to FTP server.
> > How do I create SSL FTP?
> >
> > Thanks.
> >
>
Michael Pompey Guest
-
Brian #4
Re: How to do SSL FTP?
I don't think Net::SFTP uses SSL. I think Net::SFTP is based on SSH,
which, unfortunately, my requirements do not allow me to use.
Any other suggestions?
"J. Gleixner" wrote:
> Brian wrote:> Net::SFTP> > I am able to use Net::FTP fine. I have new requirements to create
> > secure FTP using SSL. SSH or SCP is not suitable due to FTP server.
> > How do I create SSL FTP?
> >
> > Thanks.
> >Brian Guest
-
J. Gleixner #5
Re: How to do SSL FTP?
Brian wrote:
Right, I thought the ultimate goal was to use a secure/encrypted FTP> I don't think Net::SFTP uses SSL. I think Net::SFTP is based on SSH,
> which, unfortunately, my requirements do not allow me to use.
because you can't use scp. Sorry.
J. Gleixner Guest
-
Cat #6
Re: How to do SSL FTP?
Brian wrote:
>
> I don't think Net::SFTP uses SSL. I think Net::SFTP is based on SSH,
> which, unfortunately, my requirements do not allow me to use.
>
> Any other suggestions?
>
> "J. Gleixner" wrote:
Mmmm, there's a few of us out here that would like to do ftp over ssl using
perl, including myself.
Off topic: you can google for sslftp for some stuff... good luck
Cat Guest
-



Reply With Quote


