2. Open 'SSH Secure Shell Client' and 'Quick Connect'
3. Connect to Remote Host
Enter Password and Click 'Ok' button
4. create a tar ( if file or directory do not tar )
# tar -cvf archive.tar file1 0r dir1
Example: tar -cvf card.tar card (the card.tar will be create on current directory )
5. Files transfer one machine to other machine
# scp filename username@ip:dir
Example: scp card.tar root@192.168.1.126:/home/root/
Enter other Ubuntu machine password
6. Remote other Ubuntu machine
# ssh username@ip
Example: ssh root@192.168.1.126
Enter other Ubuntu machine password
7. Go to Files transfer directory and extract the tar file
# tar -xvf filename
Example: tar -xvf card.tar (file extract on current directory)
8. Delete old file
# rm filename
Example: rm card.tar
Trevor has provided us the cmdlets to be used along with the MS articles for reference, found this useful and written this post to share the same here.transfer big files
ReplyDeleteTecnostore Group solves Send Big Files problem by their secure services.
ReplyDelete