User Tools

Site Tools


pub:customerftp

Differences

This shows you the differences between two versions of the page.


Previous revision
pub:customerftp [2022/06/25 17:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html>&#091;</html>[[portal | Up To Portal ]]<html>&#093;</html>
 +
 +<html>
 +<span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=jbB4J4J417pLfARoDzIQn9WEn0kIkfvqsw89t0mdgGLbqwxaRopKdXKpF4w4"></script></span>
 +</html>
 +
 +====== 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 <directory name>**
 +
 +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 <fileName>**
 +
 +To log off:
 +
 +**quit**
 +