Skip to content

Implementation of File Transfer Protocol using socket programming in python with ngrok

Notifications You must be signed in to change notification settings

Narges-Mntzr/FTP-ClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title of project

FTP-ClientServer

File Transfer Protocol implementation in Python with ngrok

Usage

  1. run Server in terminal.
  2. change Host and Port in client for connecting ngrok tunnel.
  3. run Client.
    It's recommendable start the client connection from other directory to see the transfer of files between server and client.

client image

Implementations

  • Download files
  • Get directory location
  • Change directory
  • List files in directory

Commands

Name Action
HELP Show command list
PWD Directory location
CD Change directory
DWLD download file
LIST List directory
QUIT Disconnection

About

Implementation of File Transfer Protocol using socket programming in python with ngrok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages