ftplastresponse.html
来自「在ftplib-3.1-1-linux.tar.gz,修改了一个BUG,和增加了」· HTML 代码 · 共 34 行
HTML
34 行
<html><head><title>FtpLastResponse</title></head><body><h1>FtpLastResponse</h1><p>Retrieve the last response sent by the server.<h2>SYNOPSIS</h2><pre>#include <ftplib.h>char *FtpLastResponse(netbuf *nControl);</pre><h2>PARAMETERS</h2><dl><dt><b>nControl</b><dd>A pointer to a control handle returned by <a href="FtpConnect.html">FtpConnect()</a>.</dl><h2>DESCRIPTION</h2><p>FtpLastResponse() returns a pointer to the last response string sentby the server. This can be parsed by the user program to determine moreinformation about the last request or can be displayed along with anerror message.<h2>RETURN VALUE</h2><p>If nControl is a valid control handle, FtpLastResponse() returns apointer to the last server response string. Otherwise, NULL is returned.</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?