FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
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:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old December 5th, 2003, 05:18 AM
harita harita is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 3 harita User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Problem using Net::FTP module

HI all,

i need to transfer some files from my local machine onto the server using Net::FTP module of perl. i used the following code..

$ftp = Net::FTP->new("flame", Debug => 0)
or die "Cannot connect to some.host.name: $@";

$ftp->login($v_user,$v_pwd)
or die "Cannot login ", $ftp->message;

$ftp->cwd("/perlscripts")
or die "Cannot change working directory ", $ftp->message;

$ftp->get("$v_file_name")
or die "get failed ", $ftp->message;

$ftp->quit;

this works fine when i run this on my local machine...but i want to use the code in a perl cgi file and run it on the server... in that case i need to specify the directory where the files are placed on my system. so what should i do..can some one help me with some code..

i'm in need of help.some one help me please...

thanks,
sumana

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > Problem using Net::FTP module


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway