Introduction
"HTTP File Commander" is a DHTML remote file management tool. The server side is an ASP based service.
The client side is just Internet Explorer. You can copy, delete, move, and edit files on remote
computer the same way you do it on a local one.
This application has two modes: HTA amd HTML. You can run HTA application with or without server.
HTML application always requires server.
System Requirements :
HTA Version supports the following keys :
Arrow Up/Down |
Navigate through the file list |
Tab |
Switch between file lists |
Insert |
Select/unselect files/folders |
Enter |
Open folder |
F3, ALT+3, Enter |
View or download file |
F4, ALT+4 |
Edit text file. Supports the following extensions :
txt, log, htm, html, shtm, js, vbs, css, bat, cmd, asp, inc, xsl, xml, c, java, h
|
F5, ALT+5 |
Copy files/folders |
F6, ALT+6 |
Rename or move files/folders |
F7, ALT+7 |
Make new directory |
F8, ALT+8, Del |
Delete selected files/folders |
DHTML version doesn't support F3...F9 keys.
Run HTA application and connect to server :
> HTTPFileCmd.hta -url:http://<HOST>/<PATH>/
Run HTA application in local mode :
> HTTPFileCmd.hta
You can view or download any file from the server.
You can edit text files and save result on the server.