Giter Site home page Giter Site logo

filetran's Introduction

FileTran

A simple file transfer script in python based on socket level protocol

How to Use

  • git clone [email protected]:qzyse2017/FileTran.git
  • to start the server, use python transferServer.py
  • to start the client, use python transferClient.py <server-ip> <server-port>
  • set username and password in usr.json

Feature

  • Commands to get directories' infomation from client: pwd,lcd <directory_name>, lmkdir <directory_name>, lp(analogous to pwd),ldir

  • Commands to get directories' infomation from server and operate files between client and server:fdir,fmkdir <directory_name>,fcd <directory_name>, fput <file_name>, fget <file_name>, fpwd(get the current directory on server)

  • command to exit:exit

  • package the directory and download them all together: use pack_get

More instructions

I wrote some more instructions about the tool in report.md in Chinese, it was part of my previous report and I do not going to maintain the repository in long term, so I will not translate it to English, if you have any problems, please make a new issue to report it. Thanks a lot!

filetran's People

Contributors

prism4time avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.