mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
15 lines
175 B
Text
15 lines
175 B
Text
description "FTP client";
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(WIN32) ws2_32;
|
|
|
|
file
|
|
ftp.h,
|
|
ftp.cpp,
|
|
lib readonly separator,
|
|
lib\README.ftplib,
|
|
lib\ftplib.h,
|
|
lib\ftplib.cpp tabsize 4;
|
|
|