Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best practices for transfering files #103

Open
core-man opened this issue Jan 22, 2021 · 6 comments
Open

Best practices for transfering files #103

core-man opened this issue Jan 22, 2021 · 6 comments
Labels
best-practices help wanted Extra attention is needed

Comments

@core-man
Copy link
Member

core-man commented Jan 22, 2021

In daily researches, we often have to transfer or share files.

Share files with other researchers

  • portable drivers
  • online disk: Dropbox, Google Drive, Baidu Disk, OneDrive
  • ftp
  • GitHub

Share files so that multiple authors can editor them simultaneously

Transfer files between the local and remote machines, or between two local machines

  • portable drivers
  • scp
  • rsync

Transfer files between the local machine and portable drive/USB

  • cp
  • rsync

Transfer files between the local machine and phone

  • Online disk: Nustore, QQ, Wechat, Airdrops (macOS and iPhone only)

References

@core-man core-man changed the title Best practices for transfer files Best practices for transfering files Jan 22, 2021
@seisman

This comment has been minimized.

@core-man

This comment has been minimized.

@seisman

This comment has been minimized.

@seisman
Copy link
Member

seisman commented Jan 28, 2021

The TOC looks good to me.

@seisman
Copy link
Member

seisman commented Nov 15, 2021

To use SSH/scp/rsync, you need to start the sshd service.

On Fedora, run

systemctl enable sshd.service
service sshd start

@seisman
Copy link
Member

seisman commented Nov 16, 2021

https://syncthing.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best-practices help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants