hi every one i want to programmatically FTP account create in ASP code i am creating root folder folder name is "ftpfolder" programatically create give Userid and password this folde "ftpfolder" when open file zilla and give userid, password, host name and port then diratally open this "ftpfolder". through ASP code just like when you webhost any site and take space that time this one give one separate folder and diractally use file zill and give userid, password, host name and port then diratally open this "ftpfolder". please help me
Does your server allow you to do this? (do you have a dedicated server) Maybe it can be done in COM+ and then just create an object from ASP Code.
you could spoof the functionality of a FTP with FSO... would take a LOT of work but it could work. FSO (fileScriptingObject) allows same functionality as FTP - like read, write, copy, etc... but be carefull otherwise peeps could delete your stuff