Chapter 1
Your SpeedTouch™
File system access On the different directories you have following privileges: rights
Directory | Access rights |
|
|
root | NO read/write |
|
|
dl | read/write |
|
|
Common FTP commands
Depending on the access rights you have on a directory, you can use one of following commands:
Command... | You can use to... |
|
|
cd | access another directory than the one currently open. |
| Example: ftp>cd dl. |
|
|
dir | list the directory files. |
| Example: ftp>dir. |
|
|
bin | set the transfer mode to ‘binary’. |
|
|
hash | turn on the hashing option. |
|
|
put | upload files. |
| Example: ftp>put C:/MyBackupFiles/user.ini. |
| A configuration file must be uploaded to the dl directory. |
|
|
get | download files. |
| Example: ftp>get user.ini. |
| Downloading the configuration file must be done from the dl |
| directory. |
|
|
delete | delete files. |
|
|
bye | quit FTP. |
|
|
14 | |
|