Uttam Mahatauttammahata.hashnode.dev·Nov 13, 2024How to Access Linux Laptop Files on Your Mobile via SFTPSecurely accessing your Linux laptop’s files from your mobile device can be efficiently done using SFTP (Secure File Transfer Protocol). Follow these steps to set up SFTP and connect your mobile device to your Linux laptop. 1. Set Up SFTP on Your Lin...Discussftp
Techknightmanveercs201.hashnode.dev·Oct 3, 2024Building a Python File Synchronization App with Tkinter: A Technical Deep DiveThis blog post details the development of a simplified file synchronization application using Python and Tkinter, focusing on the client-side UI and core functionalities. We'll break down the code, explain the design choices, and highlight how object...Discuss·62 readsProgramming Blogs
Dinesh Kumar Kblog.dineshcloud.in·Sep 21, 2024Installing FTP Server (VSFTPD) on Ubuntu 22.04An FTP (File Transfer Protocol) server in Linux is a service that allows users to transfer files between computers over a network. FTP servers are commonly used for uploading and downloading files, and they can be accessed via various FTP client appl...DiscussLinuxLinux
Shaileshshaileshpashte.hashnode.dev·Aug 20, 2024AWS Transfer Family: Securely Transfer Files In and Out of AWSIntroduction The AWS Transfer Family is a fully managed service that enables you to securely transfer files directly into and out of Amazon S3 or Amazon EFS using the SFTP, FTPS, and FTP protocols. The service is designed to simplify the process of t...DiscussAWS
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·58 reads#cybersecurity
Paminda Kalpa Wickramasinghepamindatechtalks.hashnode.dev·Jul 28, 2024What is Secure ShellSecure Shell aka SSH is one of the most essential network protocols for Cloud and DevOps to effectively manage and automate remote access to servers, containers, and cloud infrastructure, as well as to securely transfer files, execute commands, and m...Discussssh
sandeepsandeep2024.hashnode.dev·Jul 26, 2024Install FTP server in REDHAT8Install FTP server . Login as a root user. yum install -y vsftpd systemctl enable vsftpd.service systemctl status vsftpd.service Update /etc/vsftpd/vsftpd.conf anonymous_enable=YES systemctl start vsftpd.service Install client yum install -y lft...DiscussRHEL
Aaditya Kediyaliaadidev.hashnode.dev·Jun 17, 2024Exploring FTP and SSL/TLS Protocols in Networking: A Comprehensive GuideIn the digital age, secure and efficient data transfer is paramount for both personal and professional activities. This comprehensive guide delves into two essential networking protocols: FTP (File Transfer Protocol) and SSL/TLS (Secure Sockets Layer...Discussnetwork security
Jasai Hansdajasaiblogs.hashnode.dev·May 20, 2024The Language of the Network Party: Exploring Different ProtocolsProtocols are the essential "language" devices use to communicate. But just like there are different languages spoken around the world, there are various protocols used for different purposes on a network. Let's explore some of the key players: 1. TC...Discuss·10 likesThe Network Navigatornetworking for beginners
olagunju oluwabukolasussanah.hashnode.dev·Apr 4, 2024History Of The InternetThe Internet came to being in 1969 accompanied by ARPANET, (Advanced Research Projects Agency Network), a network packet with the aim of solving the problem of communication between computers. It aims to solve data transferring methods from one compu...Discuss·10 likesnetwork packe