Skip to content

sanketh95/PyFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple FTP Client

Requirements: Python 2.7

###Installation Instructions: ####For Linux/Unix users:

  • To clone the repo use git clone https://github.com/sanketh95/PyFTP.git
  • cd into the PyFTP directory
  • run sudo python config.py
  • Run the program by using the command pyftp
  • If you change the directory to a different location you have to run sudo python config.py again

Usage:

python main.py

List of available commands #####Note: *Commands are case sensitive

pwd

Displays the present working directory

cd

  • usage: cd
  • Changes the current directory to

ls

  • usage: ls dirname:optional
  • Gives a directory listing of the dirname. If no argument provided lists the current directory contents

help

  • usage: help
  • Gives the description of the commands

search

  • usage: search [-R:optional] keyword
  • Searches and gives a list of dir/file containing substring keyword in the pwd. -R does a recursive search

exit

  • Closes the connection to ftp server and exits the application

About

Simple FTP Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages