
Understand the course goals and outcomes.
understand what is a protocol, ftp, ssh, sftp, the difference between a server and a client, and between a remote server and a local server, also get to know what we will be using exactly to automate the file transfer.
get to know how to install, set up and configure all the required softwares for the project.
get comfortable with freesshd software, how to start its sftp service locally and how to avoid and manage port issues.
get to know how to connect to the sftp server with the PuTTy client software.
get to know how to transfer files manually without using an automated web app using psftp
an extra lecture on how to easily test file transfer manually with filezilla pro client that super user friendly incase the putty part was a bit complexe.
finally get to write and code the script of the web app that automates file transfer upon a click of a html button, how to use the script on a remote server and getting to know how to manage common issues.
In this course, you'll learn how to set up and manage a secure file transfer protocol (SFTP) server using SSH for encryption. Starting with the basics, we'll cover key concepts like protocols, servers, clients, and the differences between FTP and SFTP. You'll also get hands-on experience with HTML and Flask to create a user-friendly interface for uploading files. By the end of this course, you'll have the skills to securely transfer files within a local network or to a remote server, making this a vital course for anyone interested in network security or web development.
We will guide you step-by-step through the process of installing and configuring FreeSSHd as your server software and PuTTY as your client tool. You'll learn how to create a secure environment that safeguards your data during transfers. In addition to setting up the server, we'll delve into the coding aspects, showing you how to write and integrate Flask applications with your SFTP setup. You'll gain practical experience in troubleshooting common issues, ensuring your SFTP server operates smoothly and efficiently. Whether you’re a beginner looking to expand your skills or a professional seeking to enhance your knowledge, this course provides the essential tools and insights needed to implement secure file transfer solutions in real-world scenarios.