mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
400 B
400 B
title, category
| title | category |
|---|---|
| ncftp | CLI |
Bookmarking
$ ncftp
$ open -u username ftp.host.com
$ bookmark bookmarkname
Mass download
$ ncftpget -R bookmarkname /www/ .
Mass upload
$ ncftpput -R bookmarkname /www/ .
Upload just the changed files
$ git show --pretty="format:" --name-only HEAD~1
$ ncftpget -R -C log bookmarkname /www/ .