Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

viljaste/ftp-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-export

Usage

ftp-export <SOURCE> <HOSTNAME> <USERNAME> <PASSWORD> <DESTINATION> [REMOTE_DIRECTORY]

Install

TMP="$(mktemp -d)" \
  && git clone http://git.simpledrupalcloud.com/simpledrupalcloud/ftp-export.git "${TMP}" \
  && sudo cp "${TMP}/ftp-export.sh" /usr/local/bin/ftp-export \
  && sudo chmod +x /usr/local/bin/ftp-export

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages