Skip to content

Instantly share code, notes, and snippets.

@ekiara
Created September 11, 2013 23:25
Show Gist options
  • Save ekiara/6531179 to your computer and use it in GitHub Desktop.
Save ekiara/6531179 to your computer and use it in GitHub Desktop.
FTP cheatsheet
# Non-interactive MPUT (i.e. doing MPUT without getting prompted for a Y/N for each file)
ftp -i the.server.you.are.connecting.to.com
MPUT /path/to/files/*
<or>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment