Hi, Please suggest me, How can i create FTP user accounts?

asked 14 Apr '10, 11:43

Sampath's gravatar image

Sampath
161
accept rate: 0%


Hello,

Unfortunately, this functionality (creating FTP user accounts) is not defined by the FTP protocol or any of its well-known extensions.

  • FTP server might offer some custom commands to achieve this (through SITE command, for example), but we are not aware of any FTP server that would actually do this.
  • FTP server might offer this functionality through some custom (non-FTP) protocol.
  • Some FTP servers might store user account information in the filesystem or in a database and allow a custom application to access this, making it possible to add new users.
  • On some FTP servers, creating user accounts programatically might not even be possible.
  • Some FTP servers share the user accounts with the OS. Creating an FTP user account is then the same as creating an OS user account.

Please refer to your FTP server's manual for information about the user database or creating FTP accounts. Or just ask the server vendor. Or let us know what FTP server you use - we are quite familiar with some of them.

link

answered 14 Apr '10, 13:19

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.2k18
accept rate: 32%

Thanks for your quick reply,

Actually we are having open SSH FTP server, which is running on Windows Server 2003. So can you please suggest us,is it possible to create new ftp user programatically? If yes please tell me how can i do it.

(14 Apr '10, 13:47) Sampath

Windows Server 2003 does not include the SSH FTP (SFTP) server out of the box. Could you be more specific and let us know which SSH FTP server are you using? Ideally with a link to vendor's website. Then we might be able to find a way how to create users. For differences between FTP, FTP/SSL, SFTP and SSH FTP see http://www.rebex.net/kb/secure-ftp.aspx

(14 Apr '10, 15:40) Martin Vobr ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×136
×2
×1

Asked: 14 Apr '10, 11:43

Seen: 1,266 times

Last updated: 30 Mar '11, 23:23