 |
Web Processor Expert File Manager |
FILE MANAGER is an application which allows the user to manage files located on remote server. File Manager, Classic IDE and Graphical IDE are web-based client-server applications. It means that the main part of software is running on the powerful server and the client application provides a user interface. It communicates with a server through the internet. User interfaces of all our applications are implemented in HTML pages and Java applets, so any web browser implementing Java could be used as a client. From this conception ensues that all the necessary files are stored on the remote server disk. Every authorized user of our application has its own directory on server and can manage only his files stored there. All common file operations are implemented by File manager. User can download files from remote server to his local machine and work with them locally, but it is not necessary. All the work can be done remotely. Uploading local files to remote user directory on server is also supported.
[top of page]
|