Server Error No such file or folder At PutFil (wodSFTP / wodSFTP.NET / wodSFTPdll)
i want to upload local file via sftp(used by SFTPdll-PutFile method).
but 30018 value returned (ServerErrorCode : 2 - No such file Or folder).
so, i created null file(filename eqaul to local file) at remote path before calling PutFile method(source not modified), and then i could upload local file successfully via PutFile method...
why can't i create file at remote path by PutFile method?
if remote file must be exist before PutFile, do support create file method like MakeDir method?