APPEND

Transfers a local file to the end of a remote file.

AP[PEND] local_file [remote_file]

local_file

Specifies a valid file on the local host to be appended to the

 

remote file.

remote_file

Specifies a valid file path on the remote host to append the local

 

file. If the remote_file does not exist, FTP creates it before

 

appending the local file. If the remote_file parameter is

 

omitted, FTP uses the local_file name as the

 

remote_file name.

ASCII

Sets the file transfer type to ASCII.

AS[CII]

BELL

Specifies that a bell sound is generated after each file transfer completes. This command toggles.

BE[LL]

BINARY

Sets the FTP file transfer type to binary.

BI[NARY]

BYE

Closes the remote connection and exits from FTP. Same as EXIT and QUIT.

BY[E]

CD

Sets the working directory on the remote host to the specified directory.

CD remote_directory

 

remote_directory

Specifies a valid directory on the remote host to be the

 

working directory. By default, the working directory is the

 

default login directory.

FTP 23