TsgcWSPClient_Files › Properties › Files
File-transfer settings collection covering buffer size, save directory and QoS.
property Files: TsgcWSFilesClient_Options read FFiles write SetFiles;
—
Holds the tunables used by every upload and download: BufferSize (default fragment length in bytes), SaveDirectory (where incoming files are written), QoS (Interval, Level qosLevel0/1/2 and Timeout), plus ClearReceivedStreamsOnDisconnect and ClearSentStreamsOnDisconnect to control resume behaviour when the client reconnects.
oProtocol.Files.BufferSize := 32768;
oProtocol.Files.SaveDirectory := 'C:\Downloads\';
oProtocol.Files.QoS.Level := qosLevel2;