|
Smalltalk/X WebserverDocumentation of class 'FTPServer': |
|
|
Class: FTPServerInheritance:Object | +--FTPServer
Description:
an FTP server - subclass to add/change its functionality.
the servers functionality is limited (by purpose)
- see the comment in FTPSession
FTPServer startOnPort:12345.
(FTPServer forPort:12345)
sessionClass:SmalltalkFTPSession;
start
Class protocol:instance creation
Instance protocol:accessing debugging obsolete
Demonstration:
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 16:32:36 GMT
|