Is there a free web file manager like Plesk or cPanel in ASP.Net

Posted by Ron Klein on Stack Overflow See other posts from Stack Overflow or by Ron Klein
Published on 2009-10-25T14:23:53Z Indexed on 2010/04/03 11:33 UTC
Read the original article Hit count: 333

Filed under:
|
|
|
|

I'm looking for a free, open-sourced web application written in C#/VB.Net on top of ASP.Net, which functions like Plesk or cPanel when it comes to (remote) file management. Something that simulates a regular FTP client, but actually displays web pages over HTTP, with the following functions:

  • Create Folder
  • Rename File/Folder
  • Delete File/Folder
  • Change Timestamp ("Touch")
  • Move
  • Archive
  • etc.

I saw a few commercial tools, but nothing when it comes to OSS.

Any ideas? links?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about file-management