Re: wodSFTP PutData Problem (General questions)
Hi guys,
Doesn't works. Look... this solution run at a application server. I can't send a local path and a file name (sFileName) from a client. I need a way of use PutFile Method in a remote server (iis runing ASP).
Please, i bought this component to my company (Neoenergia from Brasil) and i have this problem.
Thx,
Jose,
Please change PutData to this:
[code]objConn.PutFile CStr(sFileName), cstr(Session( ListDir ) & oFileName)[/code]
you can also remove code where file is read and import in PutDate Method for upload.
Drazen