  Callable FTP? 
 The Question is:
 
How can I call FTP from a C program to transfer a file to a local node ?
 
 The Answer is :
 
  There is no callable API for FTP available within current TCP/IP
  Services, meaning you would have to lib$spawn() or system() a call
  to the COPY/FTP command.
 
 Answer written or last revised on  18-DEC-2003 
