Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Server.DoResponse

Andrew Lambert edited this page Jul 27, 2017 · 4 revisions

FTP.Server.DoResponse

Method Signature

 Protected Sub DoResponse(Code As Integer, Params As String = "")

Parameters

Name Type Comment
Code Integer The FTP response code.
Params String Optional. A human-readable message.

Notes

Sends the specified FTP status code and optional parameters. If no message is specified by Params then the default message for Code will be used.

Clone this wiki locally