Discuss this help topic in SecureBlackbox Forum

TSBFTPFileInfo

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains base information about a file.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    TSBFTPFileInfo = record
    FileName : string;
    FileSize : Int64;
    FileType : TSBFileEntryType;
    end;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • FileName - file name
  • FileSize - file size
  • FileType - file type

FileType values:

Description

    This record contains base information about a file.

Declared in

.NET:
  • Namespace: SBSimpleFTPS
  • Assembly: SecureBlackbox.FTPS
VCL:
  • Unit: SBSimpleFTPS
Java:
  • Package: SecureBlackbox.FTPS.jar
C++:
  • sbsimpleftps.h

See also:     ParseFileListEntry    

Discuss this help topic in SecureBlackbox Forum