Sending a File to a Network Drive Letter via OFCDBSND command Office Integrator V1.0.x
From Support
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 Office Integrator 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:
OFCDBSND 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.
