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:
  1. inetFTP.Execute , "Put " & _
  2.         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.