1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00
Files
cheatsheets/ncftp.md
Rico Sta. Cruz 511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

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/ .