source: trunk/Packages/synapse/source/demo/sftp/Demo/TestSFTP.dpr

Last change on this file was 4, checked in by chronos, 12 years ago
  • Přidáno: Zkušební stažení stránky přes https.
File size: 245 bytes
Line 
1program TestSFTP;
2
3uses
4 Forms,
5 Main in 'Main.pas' {TestSFTPForm},
6 SimpleSFTP in '..\SimpleSFTP.pas';
7
8{$R *.RES}
9
10begin
11 Application.Initialize;
12 Application.CreateForm(TTestSFTPForm, TestSFTPForm);
13 Application.Run;
14end.
Note: See TracBrowser for help on using the repository browser.