Re: PutFile error 30023 - WeOnlyDo Discussion board

Re: PutFile error 30023 (General questions)

by Gaurang Singh, Thursday, December 04, 2008, 19:52 (5642 days ago) @ jz1

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


Complete thread: