Just to be sure.
If the SFTP user has the current directory as "/home/user" and I try to upload the file using PutFile ("test.txt", "tmp/test.txt"), the result file name will be "/home/user/tmp/test.txt ", otherwise, if I try to upload the file using PutFile ("test.txt","/tmp/test.txt "), the result file name will be"/tmp/test .text ". Is it right?