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

📄 ftpdir.html

📁 在ftplib-3.1-1-linux.tar.gz,修改了一个BUG,和增加了一个函数
💻 HTML
字号:
<html><head><title>FtpDir</title></head><body><h1>FtpDir</h1><p>Performs a verbose directory.<h2>SYNOPSIS</h2><pre>#include &lt;ftplib.h&gt;int FtpDir(const char *outputfile, const char *path, netbuf *nControl);</pre><h2>PARAMETERS</h2><dl><dt><b>outputfile</b><dd>Name of a local file to receive the directory listing.<dt><b>path</b><dd>File specification to pass to remote 'ls'.<dt><b>nControl</b><dd>A handle returned by <a href="FtpConnect.html">FtpConnect()</a>.</dl><h2>DESCRIPTION</h2><p>Sends a LIST command to the server with the specified path.  The responseto this is usually a long format directory listing which will be writtento the file named in outputfile.  If outputfile is specified as NULL, thelist will be written to stdout.<h2>RETURN VALUE</h2><p>Returns 1 if successful or 0 on error.</body></html>

⌨️ 快捷键说明

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