Writing FTP application for UNIX

Writing FTP application for UNIX

Post by Stephen Gan » Sat, 07 Feb 1998 04:00:00



Hi, I need to know how to write FTP applications for Unix (I figured it
would be similar to Linux and there was no comp.os.unix.networking).  For
Win95, there is a pretty simple API.  Is there some API I should know
about for writing Unix FTP applications?  Where are the headers?

Steve

 
 
 

1. FTP client/server application in unix

Hi '
  i'm planning to design a ftp client/server. which will have some
basic functionality and in addition some more functionality. for e.g.
simple commands like put get open etc. & additional command like say
"ACCL" which will accelerate the download of a file without spawning a
process. & using same socket.
  I need help from all of you guys in understanding how should i go
ahead ? for acceleration.
  The idea is, before using put/get command give command "ACCN N" this
will tell client that for forthcoming command (put/get) need to make
'N' different part of a file and download/upload it using same socket
connection without spawning new process. so the flow will be

FTP> ACCN 'N'
FTP> get "filename"

so if file "filename" is of size N, it will get downloaded faster
using this command. & using same connection parallely.

 can anybody help me in this context that how i should do it ?

regards
prasad

2. help setting up inews

3. Applications to convert unix legacy application output to html

4. HELP WITH DD

5. Question on writing c program implement cp function using UNIX system calls - read, write, etc.

6. HELP: FTP problem with a browser

7. Need help writing C program using UNIX system calls (read, write, etc) that copies files

8. Auto BOOT MODE

9. rcp/ftp problems between OS5/Unix & Unix/Unix

10. How to Copy Unix application file to Macintosh and back to Unix box?

11. ISO UNIX Bulletin Board Application Does anyone know of any UNIX bulletin board(group thinking)

12. what is UNIX, can one write their own unix with only C ?

13. Writing network applications