Tiny Core Base > TCB Q&A Forum

Is there a VNC server that supports file transfer function for tinycore?

(1/4) > >>

worm:
I have installed the latest version 15.0 and downloaded and installed X0vncserver using APPS. The client is realvnc viewer under Win10, and the file transfer function is not available! Attempted to install Tightvnc server in hopes of supporting file transfer functionality, but it did not run properly after installation! As shown in the attached image. The prompt shows that the font is missing. I don't know which font needs to be downloaded to run it properly? Please enlighten me, God! Of course, if x0vncserver can also transfer files!

gadget42:
isn't this a duplicate question as one you asked previously?

https://forum.tinycorelinux.net/index.php/topic,27377.msg176326.html#msg176326

--- Quote from: worm on November 26, 2024, 02:15:40 AM ---This is my first time using the tinycore system, and I am using the latest version 15! Search for the keyword VNC in the APPS program, select x0vncserver. tcz to download and install, and then use the command: x0vncserver PasswordFile=/home/tc/. vnc/passwd in [Terminal]. I can connect normally using VNCViewer in Windows 10, but I cannot use the file transfer function! How can I use it to both remotely and transfer files? And how should I set up VNCSERVER to start normally even after booting up?

--- End quote ---

worm:
It's not a repetition, haha! Because x0vncserver did not implement this feature and instead used tightvnc, other issues arose! Mainly because I couldn't find the function to delete posts, this is my first time using the forum.

polikuo:
Just dug out my old stuff

--- Code: ---$ cat /home/tc/.X.d/x11vnc
#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &
--- End code ---

I used to use x11vnc for remote control, I don't do that anymore because KVM.

For file transfer, I'd rather use ssh or sftp from openssh.

patrikg:
I always use mc to transfer files, it's supports sftp.
mc=Midnight Commander.


Navigation

[0] Message Index

[#] Next page

Go to full version