UseSFTP property

Returns or specifies whether RocketFTP transfers commands using SFP or not

Syntax

Get: Value = Object.UseSFTP

Set: Object.UseSFTP = Value

Data type

Boolean, the default value is False.

Remarks

If UseSFTP is True, RocketFTP will connect to a host using the SFTP protocol. Therefore, you have to set this property before you call Open function if you want to connect to a SFTP server.