... From: "Paul Walker" <pl_walker@...> ... no problem. ... I have never used nmake, but that seems ok to me... as long as make test passed you are fine....
Terrence Brannon
tbone@...
Sep 3, 2003 5:58 pm
30
HI, I tried using Net::ftp::Common for downloading files from a remote server. Although the code complies fine but I find this error message "Fatal: attempt to...
andy amerson
andyamerson@...
Oct 21, 2003 5:24 pm
31
... hi ... can you post your source code ? (with passwords changed) ... Net::FTP::Common currently reconnects on each new method call... can you set Debug => 1...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the net-ftp-common group. File : /Click...
net-ftp-common@yahoog...
Oct 26, 2003 8:01 am
35
I wrote an FTP client that transfers files from a Win2K box to an AIX box. I need to 'ascii' mode to get rid of the CRLF right? how do I do that, what is the...
This list is for discussing Net::FTP::Common, an extension of Net::FTP. For questions about Net::FTP, you are referred to the Net::FTP mailing list: ...
Hello everyone. I'm wondering if there is a way to prevent any of the output from the Net-FTP-Common. I've changed the Debug value to 0, and that removed much...
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
I had really high interest rates on my home loan. I saved thousands of dollars on home payments. And you can too. Interest rates are as low as can be, And Yes...
Dear Professionals, We Career Soft Solutions, a Leading Consultancy Group, have some of the Top IT Companies across India as our Client base. We are taking ...
Hi, We are currently looking for Perl professionals for one of our clients. Details are as under : Skills : Perl, Shell Scripting, Sybase Experience : 2-6...
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...
... 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...
... 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. --...
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...
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...
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...
Hi guys, I am doing this, nothing really special. use Net::FTP::Common; $common_cfg = { Host => "localhost", User => "eric", Pass => "Test123456", RemoteDir...
... 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
55
Hello! I found a updated directory on Computing & Internet resources/news in Targeted News. URL : http://targetednews.info/news/ Cheers! Kathy...
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, ... 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
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...