ftprestart()

The ftprestart() call restarts an aborted transaction from the point of interruption.

Syntax

#include <ftpapi.h>

int ftprestart(host, userid, passwd, acct,  local, remote,
       mode, transfertype,
       rest)
char *host;
char *userid;
char *passwd;
char *acct;
char *local;
char *remote;
char *mode;
int transfertype;
int rest;

Parameters

host

userid passwd acct local remote mode transfertype rest

Return Values

Value greater than zero indicates success, the value -1 indicates error.


[Back: ftprename()]
[Next: ftprmd()]