|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
I've got an FTP task which, when written as a script and run from the command line, works just fine.
But when run as a CGI, it dies with the $ftp->error "Transfer Aborted" -- which is not much help. It's exactly the same task, same username and password, same paths, so I'm a bit stuck. Maybe if I could get the Net::FTP Debug output that would help, but I can't figure out how to do that. Where is it actually being sent, and how can I get it to appear in my browser, or log it to a file? Nobody says perl looks like line-noise any more In reply to Net::FTP works as script, but not CGI by Cody Pendant
|
|