WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Is there a VNC server that supports file transfer function for tinycore?  (Read 455 times)

Offline worm

  • Newbie
  • *
  • Posts: 24
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!

Offline gadget42

  • Hero Member
  • *****
  • Posts: 802
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #1 on: November 28, 2024, 11:20:55 AM »
isn't this a duplicate question as one you asked previously?

https://forum.tinycorelinux.net/index.php/topic,27377.msg176326.html#msg176326
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?
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #2 on: November 28, 2024, 12:05:45 PM »
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.

Online polikuo

  • Hero Member
  • *****
  • Posts: 741
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #3 on: November 28, 2024, 12:14:03 PM »
Just dug out my old stuff
Code: [Select]
$ cat /home/tc/.X.d/x11vnc
#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &

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.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 715
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #4 on: November 28, 2024, 12:25:43 PM »
I always use mc to transfer files, it's supports sftp.
mc=Midnight Commander.



Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #5 on: November 28, 2024, 12:34:16 PM »
Just dug out my old stuff
Code: [Select]
$ cat /home/tc/.X.d/x11vnc
#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &

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.
Openssh file transfer is very efficient, but I don't use it much! Because it is mainly for GUI purposes, I only want to open one port to solve the problem! Big brother, can this command line support file transfer?

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #6 on: November 28, 2024, 12:35:13 PM »
I always use mc to transfer files, it's supports sftp.
mc=Midnight Commander.
thanks~I don't want to add too many software at the moment, I need to ensure the volume.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 802
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #7 on: November 28, 2024, 03:58:50 PM »
ensure the volume of efficient file transfer via open one port without too much command line support software small sister shazbot https://www.urbandictionary.com/define.php?term=Shazbot
« Last Edit: November 28, 2024, 04:15:07 PM by gadget42 »
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #8 on: November 28, 2024, 09:04:43 PM »
In the new version 15 of apps, x11vnc is no longer searchable..

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #9 on: November 28, 2024, 09:53:42 PM »
ensure the volume of efficient file transfer via open one port without too much command line support software small sister shazbot https://www.urbandictionary.com/define.php?term=Shazbot
Sorry~Click on your link, there is no relevant software in the content~

Offline gadget42

  • Hero Member
  • *****
  • Posts: 802
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11649
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #11 on: November 28, 2024, 10:21:25 PM »
Hi worm
In the new version 15 of apps, x11vnc is no longer searchable..
x11vnc is only present in the x86_64 (64 bit) repository.

In your original post, you said:
I have installed the latest version 15.0 and downloaded and installed X0vncserver using APPS. ...
x0vncserver (lowercase x) is only present in the x86 (32 bit) repository.

It sounds like you are running x86.

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #12 on: November 29, 2024, 12:39:02 AM »
Hi worm
In the new version 15 of apps, x11vnc is no longer searchable..
x11vnc is only present in the x86_64 (64 bit) repository.

In your original post, you said:
I have installed the latest version 15.0 and downloaded and installed X0vncserver using APPS. ...
x0vncserver (lowercase x) is only present in the x86 (32 bit) repository.

It sounds like you are running x86.
Well, yes, I use 32-bit. At present, it can only be remotely controlled and the file transfer function is not effective, even copying and pasting strings is not possible! Thank you for your guidance, big brother. I will try a 64 bit system.

Offline worm

  • Newbie
  • *
  • Posts: 24
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #13 on: November 29, 2024, 05:26:05 AM »
In the afternoon, I tested x11vnc on a 64 bit system and used the command line: (x11vnc -permitfiletransfer) to run VNC server normally, but the file transfer function is still not available!

Online polikuo

  • Hero Member
  • *****
  • Posts: 741
Re: Is there a VNC server that supports file transfer function for tinycore?
« Reply #14 on: November 29, 2024, 07:28:05 AM »
In the afternoon, I tested x11vnc on a 64 bit system and used the command line: (x11vnc -permitfiletransfer) to run VNC server normally, but the file transfer function is still not available!
These extensions have been installed on the system. I tested 64 bit mainly using x11vnc, but the results were not satisfactory. It still does not support VNC file transfer function!

Checking the manual page
There are other options related with file-transfer, maybe they are related ?
Quote
-tightfilexfer
Enable the TightVNC file transfer extension.

Oh~, almost forgot, have you check the permission of the target directory ?