By default FTPPutFile treats commas as file name separators. When it finds commands it attempts to FTP multiple files in one FTP operation. To change this behavor use FTPConfig statement with LIST SEPARATOR parameter to pick a different symbol (for example you can change it to "#"). For more info please see help on FTPConfig statement : I need to FTP a file to a Tandem. : The file name Tandem wants is : "\pp.sort0.pps.psitrns,e,,8,16,500" : The slash and the commas are required. : Here's what the trace shows: JAL 30: FTPPUTFILE : JAL 30: Executing FTPPUTFILE("151.147.254.2", "RF.PPS", : "PASSWORD", "f:\do : \billing\GALL20021202.dat", : "\pp.sort0.pps.psitrns,e,,8,16,500") : Connected to 151.147.254.2 : 220 pp FTP SERVER T9552G07 (Version 3.j TANDEM 03AUG2001) ready. : 331 Password required for RF.PPS. : 230 User RF.PPS logged in. GUARDIAN API enabled : Connection Closed
|