Skip to content

AnassAoulad/My-FTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-FTP

Requirements

  • ✳️ NodeJS version ^14.7.6 (manage NodeJS versions with nodeenv or nvm)
  • 📦 Yarn version ^1.22.11 or NPM version ^6.14.15

Getting started

  • Clone the repository
  • yarn install or npm install

Run the application

Open your terminal and enter in the server folder and run yarn dev or npm run dev same with client folder.

Commands

Command which client supported :

  • USER : check if the user exist.
  • LIST: list the current directory of the server.
  • CWD : change the current directory of the server.
  • PWD: display the name of the current directory of the server.
  • HELP: send helpful information to the client.
  • QUIT: close the connection and stop the program.

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published