PutFile not finding local file (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi
I am haveing trouble with the PutFile command with an ASP page. This is the code:
set objConn=server.CreateObject( WeOnlyDo.wodFtpDLXCom.1 )
set Session( object )=objConn
objConn.Hostname = ...
objConn.Login = ...
objConn.Password = ***
objConn.Protocol = 0
objConn.Blocking = 1
objConn.Connect
objConn.PutFile c:MI203.TIF , /MI203.TIF
The c:MI203.TIF is on the local hard drive but I get an error
WeOnlyDo.wodFtpDLXCom.1 error '800a7545'
LocalPath should specify a file, and such file does not exist.
Thanks.