File system access rights, Common ftp commands, Chapter 1 – RCA TM580 User Manual

Page 23

Advertising
background image

Chapter 1

Your SpeedTouch™

E-DOC-CTC-20050429-0102 v1.0

15

File system access

rights

On the different directories you have following privileges:

Common FTP

commands

Depending on the access rights you have on a directory, you can use one of
following commands:

Directory

Access rights

root

NO read/write

dl

read/write

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.

Advertising