Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dsftpuploadresume.c77 static int sftpResumeUpload(CURL *curlhandle, const char *remotepath, in sftpResumeUpload() argument
83 curl_off_t remoteFileSizeByte = sftpGetRemoteFileSize(remotepath); in sftpResumeUpload()
96 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in sftpResumeUpload()
Dftpuploadresume.c68 static int upload(CURL *curlhandle, const char *remotepath, in upload() argument
84 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in upload()