Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
Andrew Lambert edited this page May 8, 2014 · 3 revisions

This project implements both sides of an FTP connection, client and server, for REALstudio/Xojo applications.

Since FTP as a specification has so many disjoint implementations, the FileZilla implementation is used as the reference implementation of this project. A feature of this project is declared to be in working order if it works when connected to a FileZilla server or client (as the case may be).

  • FTP.ConnectionThis class implements a basic FTP connection.
  • FTP.Client Subclasses FTP.Connection, implements an FTP client socket.
  • FTP.Server Subclasses FTP.Connection, implements an FTP server socket. The FTP.Server works well when combined with a ServerSocket.
Clone this wiki locally