cloudcmd icon indicating copy to clipboard operation
cloudcmd copied to clipboard

Add Support for FTP (similar to the Dropbox support)

Open piratetub opened this issue 5 years ago • 4 comments
trafficstars

  • Version (cloudcmd -v): v14.2.1
  • Node Version node -v: v12.14.1
  • OS (uname -a on Linux): N/A
  • Browser name/version: N/A
  • Used Command Line Parameters: N/A
  • Changed Config: N/A

Hello there! I'm a new Cloud Commander user and discovered the project while looking for file managers to use with my personal server.

I noticed that rclone has already been recommended here in 2018 (#204), and that fully integrating rclone may not be feasible.

I think a good alternative would be to support FTP similar to the current Dropbox implementation. This would, in practice, enable support for all backends/protocols supported by rclone, since it can serve any of its remotes over FTP.

Hope this is worth taking a look at, A grateful new user.

piratetub avatar Jan 28 '20 13:01 piratetub

That's amazing idea for a pull request :), something like qusly this can be used for this purpose. Could you please tell me, are you talking about full dropbox support which is enabled with --dropbox flag, and intend using dropbox only support on both panels?

coderaiser avatar Jan 28 '20 14:01 coderaiser

I honestly didn't realize the current Dropbox option disables support for the local filesystem.

I was thinking of local filesystem in one pane, remote in the second pane. Perhaps switching between local/remote views through a pane's context menu?

piratetub avatar Jan 28 '20 15:01 piratetub

That's not possible right now :), but still a great idea

coderaiser avatar Jan 28 '20 15:01 coderaiser

I see! Even if simultaneous access is not currently possible, the FTP addition to the Dropbox scheme would still be a great addition. I can imagine spinning up 2 instances of cloudcmd for access to both local and remote files being a reasonable compromise.. :)

piratetub avatar Jan 28 '20 16:01 piratetub