[[[portal | Up To Portal ]]] ====== How To Access Our FTP Server ====== From a DOS command line, start the ftp client. **ftp** Connect to our server: **open ftp.informdecisions.com** User: **inform** Password: **inform** To display the contents of the directory: **dir** To change to a lower directory: **cd ** To ascend to the parent directory: **cd ..** To change to binary transmission mode: **binary** To change to text transmission mode: **ascii** To get a file: **get ** To log off: **quit**