Home | History | Annotate | Download | only in ftp

Lines Matching defs:restart

572  * If restartit is  1, restart the xfer always.
573 * If restartit is -1, restart the xfer only if the remote file is newer.
609 "Restart is not supported by the remote server.\n");
701 "Restart is not supported by the remote server.\n");
2386 * Restart transfer at specific point
2389 restart(int argc, char *argv[])
2393 UPRINTF("usage: %s [restart-point]\n", argv[0]);
2399 "Restart is not supported by the remote server.\n");
2408 fprintf(ttyout, "restart: Invalid offset `%s'\n",
2414 fputs("No restart point defined.\n", ttyout);