Prem Choudharyprem14choudhary.hashnode.dev·Sep 16, 2024How to transfer file from local system to AWS EC2...?We cannot able to connect local system to AWS EC2 instance just because our key is visible, we just have to change the permission mode of that key. Here the solution: Open your terminal. Connect your bastion server with local system by ssh command....Discussec2
Prem Choudharyprem14choudhary.hashnode.dev·Sep 9, 2024Cannot able to transfer file from bastion or jump server to EC2 instance.While learning, I faced the issue of not being able to connect my bastion server or jump server to the EC2 instance for file transfer.Here the solution: Open your terminal. Connect your bastion server with local system by ssh command. ssh -i /path/...Discuss·29 readsDevops
Nisarg Pipaliyanisargpipaliya.hashnode.dev·Aug 3, 2024How to Transfer Files Between Containers with One CommandImagine you are enjoying your regular cup of coffee. Sip... ahhh! It’s a nice morning, and you are ready for work, you open your laptop, and BAM!! have a Docker task assigned to you i.e. you are supposed to transfer a file from a folder “Source” to ...Discuss·1 likeDocker
Mukoro Ogheneteguonor Michellecyberauntee.hashnode.dev·Jul 29, 2024How to Transfer Files from Kali Linux virtual machine to Windows host machine Using Apache ServerIntroduction Transferring files from a Linux virtual machine to a Windows system can be a challenging task, especially for those who are not familiar with the process. The differences in operating systems, network configurations, and File Transfer Pr...Discuss·2 likes·56 reads#cybersecurity
Srinivasa Varanasivsik.hashnode.dev·Nov 12, 2023TCP based file transfer in goIntroduction to TCP Transmission Control Protocol (TCP) is a fundamental communication protocol that plays a pivotal role in ensuring reliable and orderly data transmission across computer networks. It is one of the core components of the Internet Pr...Discuss·2 likes·631 readsTCP
Sourav Kumarblog.souravk.cloud·Aug 24, 2023what are SSH and SCP?Heyevery on today's blog we will learn about SSH and SCP. What it is and why everyone needs to learn mostly if you want your career in cloud, DevOps, etc. For any server-related work, you will end up using these commands. So let's go and learn. What ...Discuss·52 readsssh
Matthew Hardmatthewhard.com·Apr 25, 2023Linux for Beginners: How to Transfer Files Between Linux MachinesTransferring files between Linux machines can seem daunting for beginners, but it's actually a simple process. In this post, we'll go over some easy ways to transfer files between Linux machines. Method 1: SCP SCP, or Secure Copy, is a command-line t...Discuss·464 readsMastering Linux Basics for BeginnersLinux
Mark Kibaratopsideboss2.hashnode.dev·Apr 17, 2023Effortlessly Sync Your FilesWhat is Rsync? Rsync stands for 'Remote Sync'. It is a Linux-based tool that can be used to sync files between remote and/or local servers. This comes in handy when one needs to migrate from one server to another without incurring any additional cost...Discuss·84 readsssh
Mike Hokansonhokanson.dev·Mar 26, 2023FTPS with Mirth ConnectThe company I work for recently received notification that one of our vendors was moving their SFTP server to a service which only supported WebDAV and FTPS. I've been trying to shift all our data exchanges from a hodge-podge of tools like WinSCP scr...Discuss·1 like·402 readsFtp Client