FTP Server Management - WeOnlyDo Discussion board

FTP Server Management (General questions)

by Suyog Pathrikar, Friday, August 29, 2008, 13:35 (5929 days ago)

Hi,

I have take a very close look at samples and the documentaion provided with FTP Server .NET. I am intrested in this tool. but I just want to ask one question that can we manage the FTP server using this Active X.

Creating the seperate sites, creating and deleting users. etc. basically I am looking an interface which can provide me such functionality so I can do this from my application.

I will appriciate if some one answers my queries.

Regards,

Suyog Pathrikar

Re: FTP Server Management

by woddrazen, Friday, August 29, 2008, 13:48 (5929 days ago) @ Suyog Pathrikar

Hi Suyog,


To create or delete user you should use LoginPassword Event. You can add there user or delete them. I would suggest you to try our samples for more info how to do that. You can find samples in component Samples folder.

More help for LoginPassword Event you can find here:
http://www.weonlydo.com/FTPServer/Help/wodFTPDLib~wodFTPD~LoginPassword_EV.html

I'm not sure what exactly you mean by creating separate sites. Maybe you can explain it little bit more so we can try to help you?

You can specify different path (home dir) for each user that connects to wodFtpServer. Maybe this is what you need?

Let us know how it goes.


Regards,
Drazen

Re: FTP Server Management

by Suyog Pathrikar, Monday, September 01, 2008, 06:47 (5927 days ago) @ woddrazen

Hi,

I want to manage my own FTP server using this tool. Like creating a new users creating their own directories and giving the appropriate permissions to do the upload and download. I checked your help and samples; but I did not find any relivent information. about FTP management.

In very plain language I can say I need a FTP server component which can be integrated in my system to manage my existing FTP sites.

Thank you in advance.

- Suyog

Hi Suyog,


To create or delete user you should use LoginPassword Event. You can add there user or delete them. I would suggest you to try our samples for more info how to do that. You can find samples in component Samples folder.

More help for LoginPassword Event you can find here:
http://www.weonlydo.com/FTPServer/Help/wodFTPDLib~wodFTPD~LoginPassword_EV.html

I'm not sure what exactly you mean by creating separate sites. Maybe you can explain it little bit more so we can try to help you?

You can specify different path (home dir) for each user that connects to wodFtpServer. Maybe this is what you need?

Let us know how it goes.


Regards,
Drazen

Re: FTP Server Management

by wodDamir, Monday, September 01, 2008, 08:51 (5927 days ago) @ Suyog Pathrikar

Hi Suyog,

wodFtpServer doesn't have this implemented. It's up to you to implement it in what ever way you want to. The component provides all the protocol related features, but you should make your own GUI and customize it the way you want.

Regards,
Damba