Integrated FTP with IIS

Want a new feature, we want to know about it. Any and all suggestions are welcomed.
Post Reply
Geferon
Posts: 15
Joined: Sat Oct 28, 2017 7:18 pm

Integrated FTP with IIS

Post by Geferon »

Instead of using an FTP server inside of the UGCC Monitor service, couldn't it be possible to use IIS integrated FTP service with C#, making it safer, as you wouldn't have to use that framework UGCC Mon currently uses and also allow Secure connections as the current FTP service doesn't?

Aka:
https://docs.microsoft.com/en-us/iis/de ... n-provider

Because, If i'm not mistaken most of the code from UGCC is made on C# right?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Integrated FTP with IIS

Post by Masher »

The current integrated FTP server does allow secure connections. Even though it has some RFC issues with filezilla; I will have a fix for it in the next update

Also the IIS method doesn't allow to return what paths the user has access to.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Geferon
Posts: 15
Joined: Sat Oct 28, 2017 7:18 pm

Re: Integrated FTP with IIS

Post by Geferon »

IIS actually allows you to return what path the user has access to
https://docs.microsoft.com/en-us/iis/de ... y-provider

Tho, to use this method you'd also have to create virtual directories to be able to handle the subfolders for the different servers, by for example:
https://www.codeproject.com/Articles/12 ... irectories

But, tho, this is a difficult request and was just a suggestion. Maybe i'll try experimenting with it myself
Post Reply