[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Callable FTP?

» close window

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 )

» close window