home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Internet
/
MLink_ncftp
/
README.amiga
< prev
next >
Wrap
Text File
|
1993-10-10
|
942b
|
32 lines
Short: AmiTCP port of ncftp
Type: comm/tcpip
Uploader: ch@irb.informatik.uni-dortmund.de
Author: mgleason@cse.unl.edu, port by ch@irb.informatik.uni-dortmund.de
NCFTP
=====
Ncftp is a ftp client which has some nice features. See ncftp.man for
ncftp specific question.
Amiga porting notes:
RC-Files are searched for in "s:".
You may try to set "set ansi-escapes on" inside ncfp to
get a bar describing the state of the transmission.
I did this port using SAS/C 6.3.
Since AmiTCP's sockets are not integrated into the SAS/C stdio
stuff I took the following approach:
All calls to unix-level/stream-level file functions are replaced
with calls to my functions which call the needed functions.
This layer is implemented as far as I needed it in amiga/s_socket.c.
mget and mput should function.
Shell escapes via "!command" are supported.
If you have questions you may reach me via email at:
ch@irb.informatik.uni-dormund.de