What you DID NOT know about Network Protocols - FTP, FTPS, and SFTP

preview_player
Показать описание
🔥 Confused about which network protocol to choose for secure file transfer? In this video, we dive deep into the world of FTP, FTPS, and SFTP to help you make an informed decision. Discover the pros and cons of each option and learn why SFTP may not always be the best choice. Join us as we explore the intricacies of network protocols and find the perfect fit for your needs!

Check out the links to everything shown on video! Get 30 days of free access to the test server and much more!

Timestamps:
00:00 Is SFTP really the best option? - FTP, FTPS, and SFTP
00:21 The Difference between SFTP, FTP, and FTP over TLS
02:40 Why SFTP is the preferred Choice
03:57 Authentication modes in SFTP
06:23 Connecting a C# app to a server
13:17 C# app connection to a read and write server
14:57 Thanks, Rebex, for sponsoring this video! Check them out in the link below!

Check out the references shown in the video!

We'll make sure to make a Developer out of you in no time!

So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.

And what is FTP?
The File Transfer Protocol is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server.

And FTPS?
FTPS is an extension to the commonly used File Transfer Protocol that adds support for the Transport Layer Security and, formerly, the Secure Sockets Layer cryptographic protocol

And what about SFTP?
In computing, the SSH File Transfer Protocol is a network protocol that provides file access, file transfer, and file management over any reliable data stream. It was designed by the Internet Engineering Task Force as an extension of the Secure Shell protocol version 2.0 to provide secure file transfer capabilities.

To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!

#csharp #coding #tutorial #learn #microsoft #net

TAGS
Tutorials,Tutorial,Programming,Course,Learn,Step by step,guide,programmer,video tutorial,learn how to,how to,sftp,ftp,configuring ftps,ftp server,c#,ssh file transfer protocol,sftp file transfer,sftp vscode,visual studio code,vscode,ftp file transfer,file transfer,sftp server,FTP,FTPS,SFTP,FTP FTPS and SFTP,tcp/ip,TFTP,file transfer protocol,what is ftp,ftp protocol,what is sftp,coding,how to learn programming,programming,code,csharp,c# tutorial,.net,learn

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.

Рекомендации по теме
Комментарии
Автор

🔥 FTP, FTPS, and SFTP. These are the standard options we get when we are looking for a suitable Network protocol. But which to choose? Is it just SFTP we can choose nowadays? Not necessarily! Let's find out!


Check out the links to everything shown on video! Get 30 days of free access to the test server and much more!
Rebex test server - test.rebex.net

tutorialsEU
Автор

Thank you. This is a great video, and the Rebex library makes it easy. I would like to see more about reading and writing.

What makes an SFTP server different from setting up a Linux server and starting SSHD?

richardmeyer
Автор

While using Rebex Tiny on my local server, can i upload a file also?? Or Simple Rebex Tiny is for downloading a fle. Please Comment

GunsAtRent