Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 906 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 906 Bytes

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