Hi.
I’m currently encrypting a file. Then I have to move to a sftp location which is on the server. The sftp is found via file explorer so starts with “\abcdefg”. Because of this is won’t let me move the file.
Any suggestions?
Thanks
Hi.
I’m currently encrypting a file. Then I have to move to a sftp location which is on the server. The sftp is found via file explorer so starts with “\abcdefg”. Because of this is won’t let me move the file.
Any suggestions?
Thanks
Hi!
Could you please show me the entire path?
Example:
Select one file from the folder copy as path paste it here!
Regards,
NaNi
I can’t show you the full path because its sensitive info. But I’ll show you an example:
Original file would be: C:\Users\Name\Documents\Project\ExcelFile.xlsx
SFTP Location: \ client\program\software\sftp\company
Thanks
Hey!
Try like this:
Assign FolderPath = "\ client\Program\Software\company\"
In move file activity
FolderPath+"Excel.xlsx"
Try like this and let me know:
Regards,
NaNi