PlatformAPI.TOTAPutFileItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TOTAPutFileItem = record
    LocalSourceFileName: string;
    RemoteDestinationPath: string;
    RemoteDestinationFile: string;
    Flags: TOTAPutFileFlags;
  end;

Properties

Type Visibility Source Unit Parent
record public PlatformAPI.pas PlatformAPI PlatformAPI

Description

TOTAPutFileItem represents a file to copy from your local machine to a remote machine.

See Also