eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FTPServer':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FTPServer


Inheritance:

   Object
   |
   +--AbstractTCPSocketServer
      |
      +--FTPServer

Package:
stx:goodies/communication
Category:
Net-Communication-FTP
Version:
rev: 1.21 date: 2021/01/20 15:02:30
user: cg
file: FTPServer.st directory: goodies/communication
module: stx stc-classLibrary: communication

Description:


an FTP server - subclass to add/change its functionality.

the server's functionality is limited (by purpose)
- see the comment in FTPSession



    FTPServer startOnPort:12345.

    (FTPServer forPort:12345)
        sessionClass:SmalltalkFTPSession;
        start

copyright

COPYRIGHT (c) 2003 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

debugging
o  verbose: aBoolean
self verbose:true
self verbose:false

instance creation
o  defaultPort
return the default port nr (21).
Notice: this is a priviledged port, not normally accessible to users.

obsolete
o  onPort: aPort
FTPServer onPort:12387


** This is an obsolete interface - do not use it (it may vanish in future versions) **

tests
o  testClose

o  testOpen


Instance protocol:

accessing
o  defaultSessionClass

debugging
o  log: aMessage
(comment from inherited method)
Verbose := true
Verbose := false

obsolete
o  onPort: aPort
obsolete (backward compatible) entry


** This is an obsolete interface - do not use it (it may vanish in future versions) **



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:46:43 GMT