Skip to content

thinkhy/zftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zftp

Golang client for z/OS FTP server

zftp is forked from github.com/jlaffaye/ftp and makes some changes to accommdate to z/OS FTP server

Currently zftp only supports z/OS FTP server with JESINTERFACELEVEL=2

Install

go get github.com/thinkhy/zftp

Example

package main

import (
        "fmt"
        "os"
        "github.com/thinkhy/zftp"
       )

func main() {
	// TODO
}

Reference

About

z/OS FTP client for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages