VNC is really lag cross Win and Linux, I’m suffering in the whole weekend .Today I tried to use outdated, but efficient solution: telnet & ftp >.<
sudo apt-get install telnetd //install telnet service
sudo /etc/init.d/openbsd-inetd restart //restart telnet service
you can simply turn on windows feature “telnet client”, and use telnet in windows command line
>telnet
>o 10.1.1.200
--------------------------
sudo apt-get install vsftpd //install ftp service
in FTP server configure file : /etc/vsftpd.conf, uncomment “write_enable=YES”, make sure you can upload file
sudo restart vsftpd //restart ftp service
simply try with windows ftp command
>ftp 10.1.1.200
>send c:\1.png
No comments:
Post a Comment