⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sftpccmd.txt

📁 伯克利做的SFTP安全文件传输协议
💻 TXT
字号:
// sftpccmd.txt// Command reference for sftpc// (obsolete; see sftpcdoc.cpp)comment ----------- non-protocol actions ---------------name helpargs [command]blurb Basic help information.arglines {    (no arg): general info    (command): per-command help    commands: list of all commands    crlf: info about CRLF stuff}name debugargs [on|off|1|breaker|dump|binaryAnyway|localCRLF]blurb Debugging support.arglines {    (no arg): toggle printing of outgoing FTP commands    on: print outgoing ftp commands    off: don't print outgoing ftp commands (default)    1: toggle diagnostic output level 1    breaker: breakpoint when debugger is attached    dump: print internal state variables    binaryAnyway: toggle binary transfer despite ascii/binary mode    localCRLF: toggle local CRLF convention}name passiveargs [on|off]blurb Set whether we use active or passive transfers.arglines {    (no arg): toggle active/passive mode    on: use passive transfers (default)    off: use active transfers}ascii  Use text-mode file transfers.binaryimage  Use binary-mode ("image") file transfers.type (i|a)  i: binary mode (default)  a: ascii modelcd  Change cwd of this processlpwd  Print working directory of this processprompt [on|off]  (no arg): toggle prompts for mget/mput  on: turn on prompting  off: turn off prompting (default)quit  Exit sftpc-------------- special protocol actions ------------sync  Empty FTP response queue.test [active|passive|text|binary]  Run online self-tests.    (no arg): all tests, both active and passive    active: all tests, in active mode    passive: all tests, in passive mode    text: text transfers in current active/passive mode    binary: binary transfers in current active/passive modequote raw-ftp-cmd-string  Send an FTP command directly.  No interpretation is done on  the command.----------- "ftp"-like protocol actions -------------pwd  PWD ftp command(cd|cwd|chdir) dir  CWD ftp commandcdup  CDUP ftp command(list|dir|ll) [arg]  LIST ftp command(nlist|ls) [arg]  NLST ftp command(retr|get) filename  GET ftp command(stor|put) filename  PUT ftp commandmget pattern  Multiple-file get; local globbingmput pattern  Multiple-file put; local globbing (of course)mls pattern  Multiple-file list; local globbing, to see what mget will getmkdir dir  MKD ftp commandrmdir dir  RMD ftp command(rename|mv|ren) old-name new-name  RNFR and RNTO ftp commandsabort  ABOR ftp command(del|rm) filename  DELE ftp command

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -