Sunday, August 2, 2020

Need to build a functionalty:- File Explorer like sFTPClient/Filezilla (Preferred lang- python with Django) in web application to access file system of any server with any OS

Detailed Requirement:-
  • user log in into web application, he will find multiple group of servers shown on UI section (Stored in database)

  • In group of server, there will be multiple servers (can be Linux, windows, fadora, etc.)

  • User clicks on any of the server (No need to put username, password of that server as it will be handled in backend).

  • Server gets connectivity. File System link will appear (Button click)

  • On the click of File System link, it will browse the directory structure like (C dirve,D drive in case of windows server), sub-directories, files present on that particular server depending upon the permissions logged in User have.

  • User should able to delete the directory/sub-directory/files, open the file, edit, and save it again like filizilla.

  • 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.

  • If anyone has any related source code..Please share..


Thanks...!
Vishnu Bhandari
09561879917




--
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/CALeETXJy2LLdNqkghSv1wkYzxedx1H%3DJHXfFh0kgJDMkjWHP4A%40mail.gmail.com.

No comments:

Post a Comment