PlatformAPI.TOTAPutFileItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTAPutFileItem = record

C++

struct DECLSPEC_DRECORD TOTAPutFileItem
{
public:
    System::UnicodeString LocalSourceFileName;
    System::UnicodeString RemoteDestinationPath;
    System::UnicodeString RemoteDestinationFile;
    TOTAPutFileFlags Flags;
};

Properties

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

Description

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

See Also