Searched refs:remotepath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuclient.c341 char remotepath[MAXPATHLEN+1]; /* remote pathname */ local
352 memset (remotepath, 0, sizeof (remotepath));
448 strcpy (remotepath, remotearg);
604 strcpy (remotepath, ptr);
610 strcpy (remotepath, "/net/"); /* (this fails using internet
612 strcat (remotepath, thishost);
619 remotepath[0] = '\0'; /* default is the empty path */
674 path = (char *) malloc (strlen (remotepath) + strlen (fullpath) + 1);
675 sprintf (path, "%s%s", remotepath, fullpat
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dftpuploadresume.c83 int upload(CURL *curlhandle, const char * remotepath, const char * localpath, argument
99 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath);

Completed in 165 milliseconds