programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: ftp/telnet server

From: Appert, Kevin <kevin.appert_at_lmco.com>
Date: Tue, 16 Apr 2002 14:07:49 -0700

     It sounds like you're reinventing the wheel and not making it much
rounder than the pervious versions. Have you considered using a generic
off-the-shelf plain vanilla FTP server?
     The Forth program could check for the presence of the file and when it
arrives do whatever processing is required.
     You could also set up a network shortcut under Windows to the place
where the file is expected to be on the remote machine and skip the FTP part
altogether. The first step in the processing would be to copy the file to
the local hard disk.
Unless of course your goal is to learn how to implement FTP clients and
servers in which case ... carry on!

> -----Original Message-----
> From: Dr. Roger Dube [SMTP:rdube_at_gate-tech.com]
> Sent: Tuesday, April 16, 2002 1:58 PM
> To: sftalk_at_forth.com
> Subject: [sftalk] ftp/telnet server
>
>
> I have been working on the telnet.f files and have made good progress... I
>
> can connect to a remote ftp server, send and receive messages. But
> ultimately I need to create a Forth server to "listen" to a predetermined
> port (say, 21) and then begin a more controlled dialog between the server
> Forth package and a client Forth package.
>
> Does anyone have any suggestion on how I might begin to put together such
> a
> server that listens to a port until a socket connection is requested? I am
>
> currently digging in to the Winsock information...
>
> Thanks!
>
> ----------------------------------------------------------------------
> Dr. Roger Dube
> rdube_at_gate-tech.com
> President
> Gate Technologies International, Inc.
> http://www.gate-tech.com
> Executive Offices:
> 3700 Airport Road Suite 307
> TEL +1.561.392.7404
> Boca Raton, FL 33431-6409
> FAX +1.561.392.7405
> ----------------------------------------------------------------------
>
> This E-mail message and any attachments have been scanned for viruses and
> are believed to be free of any virus or other defect that might affect any
>
> computer system into which it is received and opened. However, it is the
> responsibility of the recipient to ensure that it is virus free and no
> responsibility is accepted by Gate Technologies International, Inc. for
> any
> loss or damage arising in any way from its use.
>
> This message contains information which may be confidential and
> privileged.
> Unless you are the addressee (or authorized to receive for the addressee),
>
> you may not use, copy or disclose to anyone the message or any information
>
> contained in the message. If you have received the message in error,
> please advise the sender by reply e-mail to rdube_at_gate-tech.com and delete
>
> the message.
> Thank you very much.
>
> ----------------------------------------------------------------------
> sftalk_at_forth.com The SwiftForth programming discussion email list
> To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
> For help with listar commands, send subject "help" to listar_at_forth.com
> Archives are located at http://www.forth.com/sftalk -- check them out!
> Search the archives! Visit http://www.forth.com/search for details.
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Tue Apr 16 2002 - 14:09:09 PDT

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:22 PST