Ftp: append

Updated: April 17, 2012

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Appends a local file to a file on the remote computer using the current file type setting. For examples of how this command can be used, see Examples.

Syntax

Append <LocalFile> [RemoteFile]

Parameters

Parameter Description

<LocalFile>

Specifies the local file to add.

[RemoteFile]

Specifies the file on the remote computer to which <LocalFile> is added.

Remarks

If RemoteFile is omitted, the LocalFile name is used in place of the remote file name.

Examples

Append file1.txt to file2.txt on the remote computer.

append file1.txt file2.txt

Append the local file1.txt to a file named file1.txt on the remote computer.

Append file1.txt

Additional references