programmatically FTP account create in ASP code

Discussion in 'C#' started by pravej, Mar 15, 2007.

  1. #1
    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
     
    pravej, Mar 15, 2007 IP
  2. DeLaVega

    DeLaVega Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    DeLaVega, Mar 15, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    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 ;)
     
    ccoonen, Mar 15, 2007 IP
  4. johnwoof

    johnwoof Peon

    Messages:
    911
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hi

    Which ftp server u r using ?

    nearly all ftp server provide api's for that

    thanks
     
    johnwoof, Mar 31, 2007 IP