SOPHO
IP 5000/SOPHO IP6000
Command Reference Guide
57
<NEC-PHILIPS>
cd Syntax
cd pathname
View
FTP client view
Parameter
pathname
: Path name.
Description
Using the
cd
command, you can change the operating path on remote FTP
server.
This command can be used to access another directory on FTP server.
Example
Change the operating path to d:/temp.
[ftp] cd d:/temp
cdup
Syntax cdup View
FTP client view
Parameter
None
Description
Using the
cdup
command, you can change the operating path to the upper
directory.
This command is used to exit current directory and return to an upper directory.
Example
Change the operating path to an upper directory. [ftp] cdup
close
Syntax
close
View
FTP client view
Parameter
None
Description
Using the
close
command, you can terminate the connection with remote FTP
server, but remain in FTP client view.
This command will terminate both control connection and data connection with
the remote FTP server simultaneously.
Example
Terminate the connection with the remote FTP server and still keep in FTP
client view.
[ftp] close
[ftp]