Re: FTPImplicit login (General questions)
I use wodFTPDLX.PutFiles LocalPath, RemotePath, 1
LocalPath = C:Data and RemotePath = /
wodFTPDLX.PutFiles LocalPath, RemotePath, 1 errored out and files not sent
LocalPath = C:Data est.txt and RemotePath = /
wodFTPDLX.PutFile LocalPath, RemotePath, 1 errored out and the file was not sent
I tried wodFTPDLX.MoveFile LocalPath+ * , C:Archive worked OK.
Thanks!