Thursday, July 30, 2020

Need Urgent Solution File explorer in django web app

Need to create a functionality(Preferred lang- python with Django) in web application to access file system of any server(that might be any of this- AWS, GCP, Azure)
Keypoints:-
- Whenever user logged in, there will be multiple group of servers shown on UI section
- In group of server, there will be multiple servers(can be linux, windows, fidora, etc.)
- when user clicks on any of the server(No need to put username, password of that server as it will be handled in backend),all the componants of server will be fetched
- one of them is File System(Button click) 
- On the click of File System Button(In backend, it should execute the commands on the server and returns the result), it will browse the directory structure, sub-directories, files present on that particular server depending upon the permissions given to user 
- User should able to perform the file transfer(from remote server to local server and vice-versa), delete the directory/sub-directory/files, open the file, edit, and save it again.
- All these operations need to perform in web application, just like any SFTP Clients e.g., sFTP Client, FileZilla,  User should have the file explorer on UI(not desktop file explorer, totally on webapplication)     
   

- We have tried to achieve this using network library PARAMIKO which can be used to run the custom commands on any remote server.
- In this we accessed the directories, sub-directories, files present on remote server
- But for building directory structure with filesystem functionality as described above could not find

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALeETX%2BFzCr8hjg-Ky%2B69ZSE%3DMe_dskBLtTgROv188dmeOb_Ew%40mail.gmail.com.

No comments:

Post a Comment