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.
Complete thread:
- PutFile not finding local file - Nate, 2005-11-02, 22:47
- Re: PutFile not finding local file - wodSupport, 2005-11-02, 22:55
- Re: PutFile not finding local file - bugmenot, 2008-03-13, 21:09
- Re: PutFile not finding local file - wodDamir, 2008-03-13, 21:23
- Re: PutFile not finding local file - bugmenot, 2008-03-13, 21:43
- Re: PutFile not finding local file - wodDamir, 2008-03-13, 22:33
- Re: PutFile not finding local file - bugmenot, 2008-03-14, 21:19
- Re: PutFile not finding local file - doteffect, 2008-03-20, 23:17
- Re: PutFile not finding local file - woddrazen, 2008-03-20, 23:56
- Re: PutFile not finding local file - doteffect, 2008-03-20, 23:17
- Re: PutFile not finding local file - bugmenot, 2008-03-14, 21:19
- Re: PutFile not finding local file - wodDamir, 2008-03-13, 22:33
- Re: PutFile not finding local file - bugmenot, 2008-03-13, 21:43
- Re: PutFile not finding local file - wodDamir, 2008-03-13, 21:23
- Re: PutFile not finding local file - bugmenot, 2008-03-13, 21:09
- Re: PutFile not finding local file - wodSupport, 2005-11-02, 22:55