Vigyata.AI
Is this your channel?

How to Copy Files From Local PC to Remote Server or From Remote Server to Local PC Using pscp

1.8K views· 5 likes· 5:45· Mar 9, 2024

🛍️ Products Mentioned (10)

In this video, I'll guide you through the process of using the pscp command to efficiently transfer files between your local PC and a remote server or vice versa. Whether you're a Windows user looking to master file management in a server environment or a server administrator seeking practical data transfer solutions, this tutorial is designed to equip you with the skills you need. ⭐Offers⭐ 🎁Save One Time Setup Fee on Contabo: https://bit.ly/contabonosetupfee 🎁Get up to 50% off on OVHCloud: https://bit.ly/ovh50off 🎁Claim $200 Server Credits on DigitalOcean: https://bit.ly/3MpuVaq 🎁Claim $250 Server Credits on Vultr: https://bit.ly/vultrfree150 🎁Claim $100 Server Credits on Linode: https://bit.ly/linodefree100 🎁Claim €20 Free Credits on Hetzner: https://bit.ly/3Uup6bE 👉Download pscp: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html ✅For any further queries or suggestions, feel free to message or email on: 👉Email: hello@technicalsahil.com ✅You can follow and contact me on social media as well: 👉Medium: http://bit.ly/3TXwcVj 👉Quora: https://bit.ly/40R8dtn 👉Github: http://bit.ly/3TZdnBk #PSCP #SecureCopy #TransferFiles #SSH #Linux

About This Video

Hello everyone, in this video I showed you a very practical way to transfer files between your local Windows PC and a remote Linux server using PSCP. PSCP is a free, open-source tool made by the same developers who made PuTTY (Simon Tatham), and you can download it from the exact same PuTTY download page. I also explained the basic difference: PuTTY is an SSH client to log in, but PSCP is specifically for copying files from local to remote or remote to local over SSH. I walked you step-by-step through both directions. First, I copied a file (like file.zip) from my Desktop to the server’s /root directory using pscp with port 22 (default SSH port), then verified on the server that the file actually landed there. After that, I created a new file on the server (file.txt) and pulled it back to my local Desktop using the reverse PSCP syntax. The key takeaway is: for upload you start with local path then remote path, and for download you start with remote path then local destination (like dot “.” for current folder).

Frequently Asked Questions

🎬 More from Technical Sahil