Using PutFiles() when remote folder is the root folder
I'm using C# Session class to PutFiles() to a remote FTP site. I seem to be having trouble with the remotePath param. The folder on the remote site is the root folder so there is no sub path to enter here. I tried "/" and the transfer fails. I also tried just "" empty string. I had no more files to test with so I haven't tried just "/root" or something similar. What am I missing here? Thanks!