FTP-Server API

Uses of Class
server.services.PortCalc

Packages that use PortCalc
server.services   
 

Uses of PortCalc in server.services
 

Methods in server.services with parameters of type PortCalc
 void Command.makePasiveServer(PortCalc pc)
           
 

Constructors in server.services with parameters of type PortCalc
PasiveServer(int localPort, PortCalc pc, Command command)
           
 


FTP-Server API