SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-Programming Mailing List Archives

Return to [ 16 | August | 1998 ]

<< Previous Message << >> Next Message >>


Date: Sun, 16 Aug 1998 15:23:54 PDT
From: "Rollin White" <rollin@scoug.com >
Reply-To: scoug-programming@scoug.com
To: < "scoug-programming@scoug.com" > scoug-programming@scoug.com >
Subject: SCOUG-Programming: FTP Server spec

Content Type: text/plain

On Sun, 16 Aug 1998 15:11:35 PDT, Rollin White wrote:

Sorry, I forgot to answer several of your questions:
>> 2. Can you show some code for just one of the methods, such as
>>IsConnectionActive, so I can start remembering what Java looks like?
>>And what will the main loop look like?

Here's what the FtpServer class looks like, including the main loop:

public class FtpServer {
public static void main(String args[]) {
ServerCommunication MainServer = new ServerCommunication(21);
System.out.println ("SCOUG FTP Server");
System.out.println ("SCOUG FTP Server: Accepting requests");
Communication Client;
Connection ClientConnection;

while (true){

Client = MainServer.GetClientConnection();

System.out.println ("SCOUG FTP Server: Client connection made!")
ClientConnection = new Connection (Client);
ClientConnection.run();

}
}
}

>> 3. How many people are on this list?

27 including three addresses that don't look like SCOUG members.

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 16 | August | 1998 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.