ftpgo

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2016 License: GPL-3.0 Imports: 6 Imported by: 0

README

ftpgo

A minimal ftp client command (download only) written in Go

Usage

$ ./ftp -h
Usage of ftp:
  -o string
        output filename(or path/filename)
  -v    show version.

Example: 
   ./ftp ftp://ip/pub/test
   ./ftp ftp://user:pass@ip/pub/test
   ./ftp -o file ftp://ip/pub/test
   ./ftp -o file ftp://ip/pub/test

Auth

Add user and password in the url to set user and password

For example

./ftp ftp://user:pass@ip/pub/test

end.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL