Re: wodSFTP PutData Problem (General questions)
Yes, it´s works fine, but i need a code like fetch.asp (from wodsftp sample file) that works with PutFile Method.
Thx!
Jose,
Please try something like this:
[code]objConn.PutFile cstr( c:\something\file.txt ), cstr( /home/something/file.txt )[/code]
Drazen