Skip to content

Server Communication

Willi Bölke edited this page May 28, 2020 · 6 revisions

In General

The Package ServerCommunicationcontains all Classens wich directly communicates with the the Server

FtpClient

Wraps the Apache FTPClient to our needs. Provides the methods

FtpTaskDirListing

Lists directories hosted on FTP Remote Server.

FtpTaskFileListing

Lists files hosted on FTP Remote Server

FtpTaskFileDownloading

Downloads files from FTP Remote Server

Variables

Contains all needed information about the Server such as IP address, ports and (ftp) user ingerdients. You need to chane the in case you host your own Server on a different location.

Clone this wiki locally