FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 18th, 2002, 08:53 AM
dada dada is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 1 dada User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Using Net::FTP over a secure ftp connectin

hi

I need to transfer files (some big db sql dumps, every night) over a secure ftp connection, the ftpd server being on port 22 and using a SSL/TLS encryption mechanism.

Are there Perl packages available to handle Net::FTP objects over encrypted connections ?

Reply With Quote
  #2  
Old July 22nd, 2002, 03:43 PM
herou herou is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Location: germany
Posts: 122 herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 12 h 45 m 21 sec
Reputation Power: 17
Cool what about ssh

I realized an automated secure file transfer (running as a cron job every hour) using the SSH SCP (secure copy) command and the perl module Expect. Looked like this:

use Expect;

my $prog = '/usr/bin/scp';
my $user = 'someone@localhost';

$scp = Expect->spawn($prog, ("$user:FILE", '/tmp'));

(...)


Consult the module docs and SSH docs for more information. This is definetely a way to implement secure file transfers using standard tools.

Reply With Quote
  #3  
Old July 22nd, 2002, 03:51 PM
justice41 justice41 is offline
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Emerald City
Posts: 289 justice41 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 12
There is a Net::SFTP module that you could try. There is also a Net::SCP module as well. Both are available from CPAN (and probably ASPN, too, if you use windows).

http://search.cpan.org/doc/IVAN/Net-SCP-0.06/SCP.pm
http://search.cpan.org/doc/BTROTT/N...lib/Net/SFTP.pm

jaa

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > Using Net::FTP over a secure ftp connectin

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap