简体   繁体   中英

Programmatically create FTP account

I'm looking to programmatically create FTP accounts on my website. It needs to be able to:

  • Issue username and password
  • Give FTP access to a specific folder with a filesize limit
  • Delete the FTP account

Is there any way to do this?

Have you seen this example from codeproject?
Seems very useful and its explained step by step and you have a free source code to see it. Hope it helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM