wodSFTP ActiveX Control - Login Property
      
 

Description

Determines the username/login to be used with server.


Property type

A String value.  Holds the login for the remote server.


Syntax

object.Login [= value]



The Login Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.
value A String value.

Remarks

This value MUST be set for wodSFTP to work. The SSH protocol specification (on top of which SFTP is running) requires that login information is sent during the 'handshake', so that there is no user interaction during the login process.

For Password authentication, all the information needed for successful authorization with remote server is stored in the Login and Password properties.

If you prefer to use PublicKey authentication, look here. This property can be empty if Authentication is set to authGSSAPI since wodSFTP will retrieve your username from the system.