Vero 4k WiFi problems

Restart from scratch: Let me summarize your issues as far as I understood it

Your’re using a Vero 4K with latest greatest OSMC and have two problems accessing the Vero from your Win 10 PC, only cable and switches but no router and firewalls in between. From your first post one can get:

  1. SFTP, you cannot connect from your PC at all and you get a timeout (on the Vero, this starts a openssh/sftp-server process)

  2. FTP, the first try to get a directory list is succesful but extreme slow, a further try fails with a timeout. (this is handled by the vsftpd service on OSMC)

You have tested this with client software FlashFXP which has open threads and tickets in its forum regarding slow SFTP and Chinese characters and the well-known SW WinSCP on the Win 10, both showing the exact same behaviour.

You have not tested this locally on the Vero 4k itsself like

  1. SFTP:
osmc@osmc-vero:~$ sftp osmc@127.0.0.1
osmc@127.0.0.1's password:
Connected to 127.0.0.1.
sftp> dir
Movies     Music      Pictures   TV Shows 
sftp> exit
  1. FTP:

osmc@osmc-vero:~$ ftp 127.0.0.1
Connected to 127.0.0.1.
220 OSMC FTP Server
Name (127.0.0.1:osmc): osmc
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxr-xr-x 2 1000 1000 4096 Jan 28 06:41 Movies
drwxr-xr-x 2 1000 1000 4096 Jan 28 06:41 Music
drwxr-xr-x 2 1000 1000 4096 Jan 28 06:41 Pictures
drwxr-xr-x 2 1000 1000 4096 Jan 28 06:41 TV Shows
226 Directory send OK.
ftp> exit
221 Goodbye.

  1. There are still no logs provided like suggested in the thread How to submit a useful support request

So, give points 1.-3. a try and look who answers then.