Searched refs:remotepath (Results 1 – 2 of 2) sorted by relevance
77 static int sftpResumeUpload(CURL *curlhandle, const char *remotepath, in sftpResumeUpload() argument83 curl_off_t remoteFileSizeByte = sftpGetRemoteFileSize(remotepath); in sftpResumeUpload()96 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in sftpResumeUpload()
68 static int upload(CURL *curlhandle, const char *remotepath, in upload() argument84 curl_easy_setopt(curlhandle, CURLOPT_URL, remotepath); in upload()