Create ftp account by application
-
Hi, In my application I have to give ftp access to site users. Their username and password will be same that they use to access the sites. Is their any way to set their ftp account by application or have to do this manually. Thanks in advance.
modified on Friday, August 29, 2008 10:04 AM
-
Hi, In my application I have to give ftp access to site users. Their username and password will be same that they use to access the sites. Is their any way to set their ftp account by application or have to do this manually. Thanks in advance.
modified on Friday, August 29, 2008 10:04 AM
I think you have to create FTP user account manually and from with code you may invoke ftp upload.... through the FTP session opened through userid and password credentials.... I dont know the way to create FTP session from HTTP requests... Is it possible.. If someone knows I would also like to know... :confused::confused:
Abhishek Sur