This document describes how to upload files to Escape's FTP site using DOS.
You can only upload files to the Escape FTP. For security purposes, you cannot download or open any file once it has been uploaded to our FTP.
Follow the directions below in order to upload files to the Escape FTP site via MS DOS.
C:\escape\COMMON>ftp www.escapetech.com Connected to www.escapetech.com. 220 etweb Microsoft FTP Service (Version 5.0). User (www.escapetech.com:(none)): customers 331 Password required for customers. Password: thanks 230 User customers logged in. ftp>
NOTE: When you enter the password, the cursor will not move and no text you type is displayed on screen.
If you don't know your the name of the directory for your district, please contact Escape Customer Care.
ftp> cd incoming 250 CWD command successful. ftp> cd district name 250 CWD command successful. ftp> binary 200 Type set to I.
ftp> put c:\escape\pay0210.zip 200 PORT command successful. 150 Opening BINARY mode data connection for pay0210.ZIP. 226 Transfer complete. ftp: 1174506 bytes sent in 0.09Seconds 12629.10Kbytes/sec.
The example above shows the user uploading a file C:\ESCAPE\PAY0210.ZIP to the FTP site and the completion message that you see when it has completed successfully.
ftp> quit 221 C:\escape\COMMON>