FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,812 views 4 comments
by anonymous
Hello,

I can access to my RUT955 by the following command: ssh root@192.168.2.1

But I cannot with filezilla as described here: https://wiki.teltonika-networks.com/view/Setting_up_an_FTP_server_on_a_Ubuntu_16.04_PC#Using_FileZilla, with sftp protocol.

Is it possible to access to root ?

Statut :    Connexion à 192.168.2.1...
Réponse :    fzSftp started, protocol_version=8
Commande :    open "root@192.168.2.1" 22
Commande :    Pass: ***********
Statut :    Connected to 192.168.2.1
Erreur :    Received unexpected end-of-file from SFTP server
Erreur :    Impossible d'établir une connexion au serveur

1 Answer

0 votes
by anonymous

Hello,

As I understand you want to connect to RUT950 via Filezilla, correct? If so, you need to install vsftpd package in RUT950, this can be done via SSH/CLI by using follwing commands:

- opkg update

- opkg install vsftpd

After that simple open Firezilla and in order to connect enter:

- Host: <routers IP address>, for example: 192.168.1.1

- Username: root

- Password: <current routers admin password>, for example: Admin159

And press Quickconnect after that you should connect to the RUT950 via FileZilla.

Best answer
by anonymous
Thank you !

... but the protocol is FTP and not SFTP !
by anonymous

Hello,

Thanks for information. For SFTP it is the same, you can install SFTP server into RUT950 via opkg.

- opkg update

- opkg install openssh-sftp-server

After installation, you can login to RUT950 via SFTP. To test it you can use WinSCP (download link) to connect to RUT950 via SFTP.

by anonymous

If anyone interested, this makes work NppFTP plugin in Notepad++

[...] you can install SFTP server into RUT950 via opkg.

- opkg update

- opkg install openssh-sftp-server

by anonymous

Is there also a possibility of connecting to my device with WinSCP from a remote PC as well - By using the link generated in Remote management system (RMS Connect=> RMS SFTP) in WinSCP Client?Thanks a lot,