Volkmaniac
Technical User
Are you allowed to use strings when you change directories in FTP mode? I've tried using strings but they haven't worked:
strfmt sDirectory "S:\Client Services\FASTDATA\%s\snt\RFIIXXX" sDope
FTP LOCAL CHDIR sDirectory
When that didn't work I tried
FTP LOCAL CHDIR "%s" sDirectory
That gave me an error
My next thought would be strfmt the whole line
strfmt sTransfer "FTP LOCAL CHDIR S:\Client Services\FASTDATA\%s\snt\RFIIAR2I" sDope (this formatting is wrong) but then I don't know how I'd transfer it. Any suggestions anyone might have would be very helpful.
strfmt sDirectory "S:\Client Services\FASTDATA\%s\snt\RFIIXXX" sDope
FTP LOCAL CHDIR sDirectory
When that didn't work I tried
FTP LOCAL CHDIR "%s" sDirectory
That gave me an error
My next thought would be strfmt the whole line
strfmt sTransfer "FTP LOCAL CHDIR S:\Client Services\FASTDATA\%s\snt\RFIIAR2I" sDope (this formatting is wrong) but then I don't know how I'd transfer it. Any suggestions anyone might have would be very helpful.