Frequently Asked Questions

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

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.


 Last updated Thu, Nov 7 2013 11:00pm

Please Wait!

Please wait... it will take a second!