Can the localPath in PutFiles() point to a remote filepath?
Can the
localPath
in PutFiles()
point to a remote SFTP filepath? Trying to append a .tmp
file on the remote SFTP path to the same remote path w/ a different filename (see below). For some reason, it throws an error saying it can't find the file on the localPath
, when it's clearly there. I think this should work. Any help would be greatly appreciated. Tnx.
localPath= "/Users/sftpuser/test.tmp" remotePath= "/Users/sftpuser/test.csv"