SFTP Object
 
Syntax
 
SFTP.LastStringResult As String  (read-only)
 
Description
The string return value of the last (string returning) method called. Only available if Chilkat.Global.KeepStringResult is set to 1. This provides a means for obtaining large string results in the SQL Server environment (where limitations exist in getting long strings returned by method calls, but where temp tables can be used for string properties).
 
See Also