Re: PutFile not finding local file (General questions)
Hi,
Yes, ASP server and SFTP server is communicating. Unfortunately you can't upload file directly to SFTP server. You can try using PutFile Method instead. PutData Method stores data from string variable to remote file.
Why don't you try ASP sample that comes with wodFtpDLX installation. You can find it in component Samples folder (Samples\ASP\fetch.asp).
If you are uploading larger file, you should extend ASP server timeout.
Here is example:[code]
<
Server.ScriptTimeout = 1800
>
[/code]
Hope this helps.
Regards,
Drazen
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