Py-Contributors / awesomeScripts

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great ideas for the new script. Leave a :star:
https://py-contributors.github.io/awesomeScripts/
MIT License
589 stars 273 forks source link

File Transfer Protocol Implementation #565

Closed Sushant-1999 closed 2 years ago

Sushant-1999 commented 2 years ago

Script Description -

File Transfer Protocol(FTP) is an application layer protocol that moves files between local and remote file systems. It runs on the top of TCP, like HTTP. To transfer a file, 2 TCP connections are used by FTP in parallel: control connection and data connection.

what will change - This will add new project which is related to the Computer Networks (Application Layer)

Instructions

Please add/delete options that are not relevant.

Programming Language

:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

Sushant-1999 commented 2 years ago

@codePerfectPlus please accept the issue so that I can contribute FTP project for this hacktoberfest. Thanks

codeperfectplus commented 2 years ago

@Sushant-1999 interesting project. Happy hacktoberfest