Skip to content

Instantly share code, notes, and snippets.

@GideonPARANOID
Created August 30, 2015 12:36
Show Gist options
  • Save GideonPARANOID/137c8ef5bd1997f5fd8d to your computer and use it in GitHub Desktop.
Save GideonPARANOID/137c8ef5bd1997f5fd8d to your computer and use it in GitHub Desktop.
Pushing files on changes to an FTP
find . -type f -not -path '*/\.*' | entr ncftpput -R -u <username> -p <password> <ftp url> <remote directory> <local directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment