📄 ftplastresponse.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -