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: | ||
| + | < | ||
| + | |||
| + | < | ||
| + | <span id=" | ||
| + | </ | ||
| + | |||
| + | ====== 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** | ||
| + | |||