Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

HTTP File Commander

0.00/5 (No votes)
31 Aug 2004 1  
HTTP File Commander in DHTML

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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here