chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧
https://distant.dev
566 stars 11 forks source link

Support transfer command #7

Open chipsenkbeil opened 3 years ago

chipsenkbeil commented 3 years ago

A friendly wrapper of reading and writing a file, where we specify a remote and local just like with scp.

distant transfer path/to/local example.com:path/to/remote
distant transfer example.com:path/to/remote path/to/local
sureyeaah commented 1 year ago

@chipsenkbeil Can you assign this to me

chipsenkbeil commented 1 year ago

@sureyeaah use distant client transfer instead of distant transfer to keep consistent with other client operations.

chipsenkbeil commented 1 year ago

@sureyeaah how is progress with this issue? Anything I can help answer to get you started?

chipsenkbeil commented 1 year ago

@sureyeaah checking in again to see if you need help getting started. If I don't hear from you, then I'll be moving this issue back to the backlog at the end of the week! 😄

chipsenkbeil commented 1 year ago

Unassigning and moving back to backlog for now.

chipsenkbeil commented 1 year ago

Now that we've refactored the CLI a bit, we can have a top-level distant copy command since the remote filesystem-specific commands are underneath distant fs.