If you have to use FTP protocol commands. here is a non exhaustive list of the command you can use with the FTP adapter in BizTalk (I pulled it from the RFC at http://www.faqs.org/rfcs/rfc959.html ). the striked lines are commands that you do nto want to use (see below ). Appe- Append to a remote file
Cdup-CWD to the parent of the current directory
CWD-change working directory
Dele-delete a Remote File
List-list remote files
MDTM-return the modification time of a file
MKD-make a remote directory
Mode-set the Transfer Mode
Pass-send Password
PASV-enter passive mode
Port-open a data port
PWD-print working directory
Quit-terminate the connection
Retr-retrieve a Remote File
RMD-remove a remote directory
RNFR-Rename from
RNTO-Rename
Site-site-specific commands
Size-return the size of a file
Stor-store a file on the remote host
Type-set the transfer type
User-send Username
remember: Quit can not used while you are using the before get/put.
stor will not run if you use it in the features which shocould be done by the primary put/get adapter function.