WeOnlyDo Support

Frequently Asked Question

I use GetFile(localFilePath, "myfile.data") to download file, and I get error that file does not exist, but I am 100% sure it exists?
Last Updated 12 years ago

You should *always* use absolute paths with wodSFTP, not relative. So, specifying 'myfile.data' is wrong. Correct would be to set '/home/joe/myfile.data', depending on full path to that file.

Please Wait!

Please wait... it will take a second!