When running an SFTP sync task, I get error 'SFTP: can't open file for writing (The system cannot find the path specified.)'

Article Details
URL: https://www.tbsoftinc.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=146
Article ID: 146
Created On: 01 Jul 2012 04:59 AM

Answer Make sure the local folder for sync is valid. In addition, if you are using a network share as local folder, make sure you use a UNC (Uniform Naming Convention) path instead of one with network-mapped drive letter.

For example,

Use a UNC path name like:
\\192.168.0.100\syncfolder

Don't use:
Z:\syncfolder

(where 'Z' is the network mapped drive)