简体   繁体   English

以编程方式创建FTP帐户

[英]Programmatically create FTP account

I'm looking to programmatically create FTP accounts on my website. 我希望以编程方式在我的网站上创建FTP帐户。 It needs to be able to: 它需要能够:

  • Issue username and password 发出用户名和密码
  • Give FTP access to a specific folder with a filesize limit 通过文件大小限制授予对特定文件夹的FTP访问权限
  • Delete the FTP account 删除FTP帐号

Is there any way to do this? 有什么办法吗?

Have you seen this example from codeproject? 您是否从codeproject看到了这个例子?
Seems very useful and its explained step by step and you have a free source code to see it. 似乎非常有用,它会逐步进行说明,您可以免费获取源代码。 Hope it helps! 希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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