This program extend AL11 basics functions :
- Navigate in remote folders with graphic interface
- Sort & filter your remote file/folder
- Open remote file on your computer with default application
(excel...), with your text editor or any application you want
- Upload/download files by button or drag/drop
- Manage file and folder (create, rename, remove, copy, move) with
button and/or by drag&drop
- Open server shortcut & path from clipboard
- Manage server shortcut (create & delete)
- Copy path (server/local) to clipboard
- Compress remote file (TAR+BZ2)
- Uncompress remote file (ZIP & TAR & GZ & BZ2)
- CHMOD on file/folder (seem not work on folder)
- Access to remote server //servername/path/ using copy/paste
Customization :
You could customize how the program work easily using the fields
of the structure s_customize
It allow you
¤ To define a root path to restrict user acces
¤ To change the displayed root name
¤ To calculate folder size automatically (take time for root)
¤ To display system path shortcuts (usefull for system admin)
¤ To define authorisation object
You could also desactivate globally any function of this program
by changing the s_auth default value
Security purpose :
- All modification on remote server require a user confirmation
to avoid unwanted action
- You can define a root path to restrict acces
- You can manage which action is allowed by user
This program is designed to run with a local pc under windows OS
and a remote server under unix/linux or Windows compatible OS.
If a different configuration is used, feel free to modify source code.
In some case (when application server is fast) the read process
after a remote server action give the old state of a folder
To be sure than C_DIR_READ_ give the correct folder content
a "wait up to 1 seconds" is added after each server action.
It's a dirty trick...
Special thanks to Kay Streubel for his help on the windows version
Please send comment & improvements to http://quelquepart.biz
---------------------------------------------------------------------*
Reference:
http://quelquepart.biz