in reply to Re^4: Net::FTP put failing silently?
in thread Net::FTP put failing silently?
If I remember correctly the default mode is passive for Net::FTP.As ikegami pointed out you're already using active. Try using active passive. A lot of clients will switch modes silently which is probably why the client is working.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Net::FTP put failing silently?
by ikegami (Patriarch) on Aug 06, 2008 at 21:11 UTC |