G
Giuseppe Dini
I'm new to the asp.net world.
I need to create a web application that allows users to download/upload
files via ftp, using their browser.
I'm trying to use "edtftpnet-1.1.6" and it has two methods for
downloading/uploading files:
Put(String localPath, String remoteFile)
Get(String localPath, String remoteFile)
What I would like to know now is: am I allowed to download/upload files via
my asp.net page?
The code I posted seems like to work on the server itself just moving files
on them, but I want to move files from my computer to the server and
viceversa.
Giuseppe
I need to create a web application that allows users to download/upload
files via ftp, using their browser.
I'm trying to use "edtftpnet-1.1.6" and it has two methods for
downloading/uploading files:
Put(String localPath, String remoteFile)
Get(String localPath, String remoteFile)
What I would like to know now is: am I allowed to download/upload files via
my asp.net page?
The code I posted seems like to work on the server itself just moving files
on them, but I want to move files from my computer to the server and
viceversa.
Giuseppe
