Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 487 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 487 Bytes

RB-FTP

This project aims to provide both FTP client and FTP server capabilities for Realbasic without reliance on a third-party plugin or library.

Client sessions use the FTP.Client class whereas server sessions use the FTP.Server.

The FTP.Connection provides the superclass for both client and server sockets.