Using Command Line FTP Through AllegroSurf - KB Article #1144
Related Articles --Command line FTP will not work directly if you're trying behind an AllegroSurf server. However command line FTP will work with a slight variation in your commands:
- Open a DOS prompt in Windows.

- Connect to the AllegroSurf server using the built in Windows command line FTP command: FTP 192.168.0.1 where 192.168.0.1 is the IP address of your AllegroSurf server.
- When prompted for the user name enter: userid@site where "userid" is the user ID of the server you're connecting to and "site" is the name of the server. For example: anonymous@ftp.rhinosoft.com

- When prompted for a password, enter the password as normal.