Forum Discussion
Mahesh7225
4 years agoNew Contributor
Hi bojanvelevski,
Thanks for reply , through read/write/directory browser snap, i am unable to connect to the ftp server (error :- “Unable to create filesystem object for sftp” , message:- “Failed to get SFTP session connected”) so trying to connect through script.
Thanks
Mahesh
bojanvelevski
4 years agoValued Contributor
Usually it is a syntax error in the SFTP path. It needs to follow the next convention:
sftp://server-name/main-directory/sub-directory/file.txt
If that is ok, re-check your account information.