Programming with Reflection

image\rwnprg32.gif FTPUseSftpStructuredListing property

 

Syntax

object.FTPUseSftpStructuredListing
object.FTPUseSftpStructuredListing = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) the the data listing style used for SFTP connections to Secure Shell servers.

When this property is False (the default), Reflection uses the standard UNIX-style data listing, such as:

-rw-r--r-- 1 test1 users 877 Dec 12 08:36 scapilog.txt

When it is True, Reflection uses the structured data list, which uses the following format:

scapilog.txt : flags(15), size(877), uid(506), gid(100), perm(33188), atime(1071246964), mtime(1071246964)

This property is relevant only for Secure Shell sessions that use the SFTP protocol.

Note

· When the Secure Shell logging level is set to Debug3, both data listings are included in the logging display shown in the FTP command window.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property