Searched refs:remotepath (Results 1 – 2 of 2) sorted by relevance
79 static int sftpResumeUpload(CURL *curlhandle, const char *remotepath, in sftpResumeUpload() argument85 curl_off_t remoteFileSizeByte = sftpGetRemoteFileSize(remotepath); in sftpResumeUpload()98 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in sftpResumeUpload()
70 static int upload(CURL *curlhandle, const char *remotepath, in upload() argument86 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in upload()
Completed in 6 milliseconds