Absolutely. Consider this email as allowance to use any version of Net::FTP::Common under the MIT License. You cannot upload the same version twice, so I cant...
... outta site. dynamite. The regexp in the dir() method does not account for the possibility of an ... ah, you speak words of great truth. I was going to send...
I met my future wife here! hehe. And thought I should share it with any other men who are worried about ending up alone like I was. Check it out if you like...
barbi.elizabeth6996@...
Feb 17, 2006 12:45 pm
68
Hi, I just got back from being out of town... are you on a Unix host? you should be able to do perl Makefile.PL LIB=/path/to/my/home/lib and make make install ...
Just thought I should pass on my knowledge to all you guys (and gals) on here. I know just like heaps of other men I am pretty shy when it comes to going up to...
barbi.elizabeth6996@...
Jan 15, 2006 3:18 pm
65
I used to get all of these emails telling me i could make tons of money per month, and like most people i just deleted them. but then i got curious and called...
barbi.elizabeth6996@...
Dec 14, 2005 3:33 am
64
Global Triad, Inc: (OTC: GTRD - Breaking News) Trading symbol: GTRD Current Price: .036 Target Price: .150 Expected Short Term Gain: 400 percent Rating: 10 out...
net-ftp-common@...
Oct 16, 2005 11:11 am
63
Hi Alan, ... I just added a method to Net::FTP::Common to do this. There was already one in Net::FTP --- mine just calls that one. Version 5.2f on CPAN has the...
Terrence Brannon
bauhaus@...
Aug 26, 2005 4:19 am
62
Is it possible to use Net::FTP::Common to delete files on the host, or do I have to use Net::FTP or some other module? Thanks! - Alan...
... Ok Eric, I will work on fixing that when I get home tonight. Just sit tight until then please :)...
Terrence Brannon
bauhaus@...
Aug 23, 2005 5:43 pm
58
On Tue, 23 Aug 2005 01:09:56 +0000 ... hi, Terrence, Thanks! but the Glob warning is such a anonying warning, every script of mine using Net::Ftp::Common has...
... Hi Eric, ... You never have to call login() before using a Net::FTP::Common method ... sorry, here's a fix for line 249 in Common.pm warn sprintf...
Terrence Brannon
bauhaus@...
Aug 23, 2005 1:09 am
56
Hi guys, I am using activeperl 5.8 and try to check if files are exist on a remoteftp server, but I got tons of stuff in stardard error, I guess. .... ...
... Hi Eric! ... Can you do Debug => 1 instead of Debug => 0 and post the debug output? In other words: $es = Net::FTP::Common->new($common_cfg, Debug => 0); ...
Terrence Brannon
bauhaus@...
Jun 21, 2005 2:30 pm
53
Hi guys, I am doing this, nothing really special. use Net::FTP::Common; $common_cfg = { Host => "localhost", User => "eric", Pass => "Test123456", RemoteDir...
Hello, I hope this group message of mine finds the reader in good health and mood. I'm Anitha and this being my first post, I'll keep it short. You can find...
Hello there, Try visiting this well listed Directory on Computers and Internet! ... Here is the link http://hi-fiweb.com/comp Hoping to learn a lot from other...
A script I am building needs to identify and get remote files that have changed since its last run. The easiest format for date comparisons is the epoc time...
... but also note: you _never_ need to call login() when using Net::FTP::Common - it automatically logs you in before performing any of its other API calls. --...
... Hi Sandeep ... here, you are calling Debug() before $HOST is defined. I don't see how $HOST can get defined. If you include the complete program, that...
hello, i am sandeep, a new mwmmber of this group, while running my program i came across a ftp error,when i tried to search for the same i came across this...