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

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dhandlefiletransferrequest.c51 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, pat
[all...]

Completed in 94 milliseconds