Re: need ftp component which meet my requirement - WeOnlyDo Discussion board

Re: need ftp component which meet my requirement (General questions)

by rajesh, Thursday, July 29, 2004, 12:46 (7203 days ago) @ wodSupport

Rajesh,

I suggest you use your ASP application with wodFtpDLX/wodSFTP to do FTP/SFTP transferring from ASP to end-server. I suggest you use 'form upload' feature to upload files from the client and his Internet Explorer to ASP application (and then transfer from there using FTP/SFTP to end server).

Typical example for uploading via HTML would be:
[code]
<form name= form1 method= post action= http://www.weonlydo.com/HttpDLX/Demo/TestFormUpload.asp enctype= multipart/form-data >
<input type= file name= TheFile size= 75 > <BR>
<input type= Text name= Name value= Enter your name here.... size= 53 >
<input type= submit name= Submit value= Submit >[/code]

If you do above, you don't need to care about client's firewalls or connection problems. As long as he's able to use his browser, he will be able to upload to your ASP - and then you can do with received file anything you want.

Let me know if it helps.


Complete thread: