views:

240

answers:

2

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?

A: 

Internet explorer.... :-) (and it has an object that you can use for programming);

Dani
A: 

There is an open source ASP File Manager here but their ASP.NET version is commercial.

tester
thanks, I'll try it when I have the time
Ron Klein