Back to product page

Banner method


Called when remote server provides banner text.

Type

None

Syntax

  • Basic
object.Banner Owner, Text
The Banner(object,Owner,Text) syntax has these parts:
objectAn expression evaluating to an object of type IwodFtpNotify.
OwnerRequired. A wodFtpDLXCom object.
TextA String value. Text message provided by remote server.

Remarks

This method is called only if you implemented IwodFtpNotify interface in your application, and wodFtpDLX.Notification property has received reference to instance of your implementation.

This notification method can be fired if remote server provided Banner text before (successful) authentication was performed. When provided, it usually contains information about the server, possible warning, or any kind of data server administrator wants you to see. It can also provide specific "challenge" information you should use when providing the password.

Platforms

Windows