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

FTP.Client.DoVerb

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

FTP.Client.DoVerb

Method Signature

 Protected Sub DoVerb(Verb As String, Params As String = "", HighPriority As Boolean = False)

Parameters

Name Type Comment
Verb String The FTP verb to perform.
Params String Optional. If specified, all arguments for the verb.
HighPriority Boolean Optional. Indicates that the verb should be performed out-of-order.

Notes

Adds a verb to the list of pending verbs. If HighPriority=True then the verb is added at the top of the list; if false, the verb is added at the end of the list.

Clone this wiki locally