For newcomers, SSH itself might look hard at first and file transferring even more complicated. How to connect to a remote machine to send or copy ...
For further actions, you may consider blocking this person and/or reporting abuse
Yeah, I'll use
scp
for a quick glob or directory, or ifrsync
isn't installed, butrsync
is much better in most cases.Hello Ben, I havent studied rsync in depth but it looks like a great option to have the files synced between remote and local host. Thanks for the comment :)
Neither of them have to be remote or local, by the way. You can scp or rsync on your local drive from one directory to another just as easily. With rsync though, it gives you the super powers to do things like only copy files that have changed, or to delete files that aren't in the source directory!
That's awesome, I'm definitely going to check out rsync, those features are super useful! thank you :)
Also, rsync is the base for the almighty rsnapshot, a great tool to make data backups across servers or between your hard drive and an external drive.
Hi Mateus,
I really like how your article was presented. If you're looking for more article ideas, I think something on basic
~/.ssh/config
usage would be helpful (and maybessh-agent
). It would really tie well with the content you have here. Keep up the good work!Hey Chris, thank you, that is awesome! I'll take a look at your suggestions with great appreciation :)
Great write up Mateus!
I really like the use of emoji pointers to annotate the code and call out specific pieces of the commands.
Thank you, I'm still looking at yours to get inspiration but I think that with time I'm going to get better at it. It's awesome that you read it, thanks again 👍
I appreciate that Mateus! I'm thrilled that you're working at it.
Keep up the great work man!
yeah.. same in my case i use rsync more often to grab files from staging to local server.. and sftp when sending files to third party's server
Well-documented!
Thank you Kudzai :)
what is this
Hello there, those are ways of transfering files through a ssh connection