readme

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· 代码 · 共 34 行

TXT
34
字号
README for blobby, the example application for JAWS---------------------------------------------------Blobby is a simple application written using the ACE_Blob class, whichis capable of doing both file uploads and downloads from the JAWSserver.If a file is downloaded, the downloaded data is sent to standardoutput, so that it can be piped as necessary.It is an ACE application, and should be compiled exactly like anyother ACE application.It accepts the following command line arguments:        -r              Read (download) the file from the server        -w              Write (upload) the file to the server			(Default is Read file)        -h hostname     Use the server running on hostname			(Default is localhost)        -p port         Port number of the server			(Default is 80)        -f filename     The file to upload/download from the server        -l length       The number of bytes to read/write from the server        -o offset       The offset into the file to be read/written        -d              Puts blobby into debug mode, where it echoes                         its command line arguments

⌨️ 快捷键说明

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