Can i change the path on where to put all transfered file. currently it just go to the default path used by the ftp.
vb Code:
inetFTP.Execute , "Put " & _ gstExport & "\" & sFileName & " " & sFileName
if i make it "C:\Test\" & sFilename then it will result to an error. something like Error: 123 "the filename, directory name, or volume label syntax is incorrect.




Reply With Quote