Hello,
I am using Send File Over SFTP smart service and I'm supposed to place a file in docfiles folder of F drive in the destination remote VM. So I've given the remote file path as "F:/docfiles/sample.pdf"
However File is not being transferred to remote file path and I am receiving No Such File error in Appian though I have sample.pdf available in Appian repository.
Any thoughts pls ?
Error transferring file to SFTP server2: No such file
Discussion posts and replies are publicly visible
FTP does not support drive letters. A user gets a base path assigned, and based on this you will need to define the remote path.
How could we know the assigned base path for the user in remote VM?
I suggest to explore the path structure using a SFTP tool.
Thanks !et me check.
It worked. Rather than giving a drive letter, I configured default root path in SFTP server and provided the relative path in Appian. Thank you for your support !