HomeSort by relevance Sort by last modified time
    Searched full:ftproot (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c 51 char ftproot[PATH_MAX]; variable
56 * File Transfer and setting ftproot.
66 * for Xvnc. This sets the ftproot to the Home dir of the user running the Xvnc
67 * server. In case of error ftproot is set to '\0' char.
81 memset(ftproot, 0, sizeof(ftproot));
100 * if the command line option for ftproot is provided.
111 rfbLog("File [%s]: Method [%s]: parameter passed is improper, ftproot"
139 memset(ftproot, 0, PATH_MAX);
141 memcpy(ftproot, path, strlen(path)-1);
    [all...]
rfbtightserver.c 460 fprintf(stderr, "-ftproot string set ftp root\n");
474 if (strcmp(argv[0], "-ftproot") == 0) { /* -ftproot string */
478 rfbLog("ftproot is set to <%s>\n", argv[1]);
480 rfbLog("ERROR:: Path specified for ftproot in invalid\n");

Completed in 114 milliseconds