Re: PutFile error 30023 (General questions)
I am getting the following error while trying to use wodsftp client with winsshd4.0 server . I have created windows user and given user full control permissions for both the folders.
Error occured trying to open local file.
My code is as follows :-
dim Sftp
set Sftp = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
Sftp.Blocking = 1
Sftp.Hostname = itseelm-dn0132
Sftp.Login = testftp
Sftp.Password = testftp
Sftp.Connect
Sftp.GetFile CStr( C:/tmp ), CStr( /C:/testfolder/testfile.txt )
Sftp.Disconnect