Function:
Retrieves a file from an FTP server and appends the contents of a file to an existing local file.
Syntax:
Append-Get <Remote Filename> <Local Filename>
Example:
Append-Get "/files/data.fil" "C:\Data\data.fil"