WeOnlyDo Support

Frequently Asked Question

If I want to log on to a server and drop a file in whatever directory I end up in after logon (my default directory), what would I enter for the RemotePath property. I just want to be able to 'put' a file without having to know what directory I am in. In
Last Updated 12 years ago

You should call RealPath method with "." (dot, current directory) to get response from the server about full path to current dir. You can also try to upload file as "~/filename" or "./filename" but first approach seems to be better.

Please Wait!

Please wait... it will take a second!