in reply to Having a problem with Net::FTP, I think...
Can you add $ftp->debug(1); before you ask for username and such?
(Note: server specific information masked)
Preparing to put c:/testftp.cgi into **** on ****... c:/testftp.cgi uploaded successfully to **** at **** Unknown command S +ITE CHMOD. Press any key to exit
the file on Windows
hello world hello world hello world
The file on remote machine (Solaris)
[sk]% cat testftp.cgi hello world hello world hello world
Is your program stalling after print "Preparing to put $element into $directory on $domain...\n"; or does it quit with some error message?
-SK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Having a problem with Net::FTP, I think...
by Spidy (Chaplain) on Sep 05, 2005 at 23:52 UTC | |
by Spidy (Chaplain) on Sep 05, 2005 at 23:55 UTC | |
by sk (Curate) on Sep 06, 2005 at 00:39 UTC | |
by Spidy (Chaplain) on Sep 06, 2005 at 00:56 UTC | |
by mattk (Pilgrim) on Sep 06, 2005 at 04:13 UTC | |
|