Skip to content

Commit 3403593

Browse files
authored
Merge pull request MicrosoftDocs#2276 from mikeblome/mb-913
updated cftpconnection per user feedback
2 parents 566fbc3 + 93117d7 commit 3403593

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/mfc/reference/cftpconnection-class.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CFtpConnection Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CFtpConnection", "AFXINET/CFtpConnection", "AFXINET/CFtpConnection::CFtpConnection", "AFXINET/CFtpConnection::Command", "AFXINET/CFtpConnection::CreateDirectory", "AFXINET/CFtpConnection::GetCurrentDirectory", "AFXINET/CFtpConnection::GetCurrentDirectoryAsURL", "AFXINET/CFtpConnection::GetFile", "AFXINET/CFtpConnection::OpenFile", "AFXINET/CFtpConnection::PutFile", "AFXINET/CFtpConnection::Remove", "AFXINET/CFtpConnection::RemoveDirectory", "AFXINET/CFtpConnection::Rename", "AFXINET/CFtpConnection::SetCurrentDirectory"]
55
helpviewer_keywords: ["CFtpConnection [MFC], CFtpConnection", "CFtpConnection [MFC], Command", "CFtpConnection [MFC], CreateDirectory", "CFtpConnection [MFC], GetCurrentDirectory", "CFtpConnection [MFC], GetCurrentDirectoryAsURL", "CFtpConnection [MFC], GetFile", "CFtpConnection [MFC], OpenFile", "CFtpConnection [MFC], PutFile", "CFtpConnection [MFC], Remove", "CFtpConnection [MFC], RemoveDirectory", "CFtpConnection [MFC], Rename", "CFtpConnection [MFC], SetCurrentDirectory"]
66
ms.assetid: 5e3a0501-8893-49cf-a3d5-0628d8d6b936
@@ -139,11 +139,13 @@ CInternetFile* Command(
139139
A pointer to a string containing the command to be sent.
140140

141141
*eResponse*<br/>
142-
Determines whether a response is expected from the FTP server. Can be one of the following values:
142+
Specifies whether a response is expected from the FTP server. Can be one of the following values:
143143

144144
- `CmdRespNone` No response is expected.
145-
146145
- `CmdRespRead` A response is expected.
146+
- `CmdRespWrite` Not used.
147+
148+
The CmdResponseType is a member of CFtpConnection, defined in *afxinet.h*.
147149

148150
*dwFlags*<br/>
149151
A value containing the flags that control this function. For a complete list, see [FTPCommand](/windows/win32/api/wininet/nf-wininet-ftpcommandw).

0 commit comments

Comments
 (0)