in reply to Re^2: perl: FTP using cgi not working but FTP s/w works well
in thread perl: FTP using cgi not working but FTP s/w works well

As erroneouBollock noted, you need to bring this up with your administrator, I wasn't aware this had been brought up in the CB. If ftp'ing from your script and the command line don't work, I don't think using Filezilla would make a difference. Try using 'scp' to get the file their instead if ftp isn't working for you:
$ scp -C localfile username@remotemachine:/remote/file/location/

---
echo S 1 [ Y V U | perl -ane 'print reverse map { $_ = chr(ord($_)-1) } @F;'
Warning: Any code posted by tuxz0r is untested, unless otherwise stated, and is used at your own risk.