Skip to content

sarakuma/python-pyzftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyzftp - A FTP client for mainframe

repo hold scripts that are needed to transfer multiple text/binary files (concurrently) in and out of mainframe using FTP

Python version

3.7.1

Dependencies

bottle micro web framework 0.12

Usage

with mainframe as FTP-server

Benefits

  • multi-threaded transfer for quick turn-arounds
  • simultaneous gets and puts
  • suffice error handling and feedback

Instructions

  1. run python main.py
  2. launch browser @socket - http://localhost:9001/zftp

To-dos

  • improve error handling
  • improve html layout & aesthetics
  • increase the max file limit to 50
  • 100% PEP8 styling

PS

reach out to [email protected] for any comments