96
Usage guidelines
You can perform this operation only after you log in to the FTP server.
Examples
# Display the currently accessed directory on the remote FTP server.
ftp> cd subdir
250 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk\125X\subdir" is current directory
ftp> pwd
257 "C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\desk\125X\subdir" is current directory
quit
Use
quit
to terminate the connection to the FTP server and return to user view.
Syntax
quit
Views
FTP client view
Predefined user roles
network-admin
Examples
# Terminate the connection to the FTP server and return to user view
ftp> quit
221 Windows FTP Server (WFTPD, by Texas Imperial Software) says goodbye
<Sysname>
Related commands
bye
reget
Use
reget
to get the missing part of a file from the FTP server.
Syntax
reget
remotefile
[
localfile
]
Views
FTP client view
Predefined user roles
network-admin
network-operator
Parameters
remotefile
: Specifies the name of the file on the FTP server.
localfile
: Specifies the name of the local file.