Sending a File to a Network Drive Letter via FTPDBSND command - Support

Sending a File to a Network Drive Letter via FTPDBSND command

From Support

Jump to: navigation, search

Listed below is an example for using the "QUOTE SITE DRIVE" custom RJS FTP command to change to the selected drive letter on the destination FTP server running the RJS FTP Server component prior to transferring the file.

The sample listed below uses the QUOTE SITE DRIVE T: command to change to the T: drive before transferring the file to the specified file name. This is a non-standard FTP command that we have made available to users of our Office Integration Bundle software when used with our FTP component:

FTPDBSND RMTSYS('1.1.1.1') FILE(QIWS/QCUSTCDT) RMTFIL('/QCUSTCDT.TXT') USR(TEST) PWD(TEST) FORMAT(BINARY) CMD1('QUOTE SITE DRIVE T:')                      

Use the QUOTE SITE DRIVE syntax when you're sending a file via FTP to any network mapped drive letter.

Personal tools