evilonod
New Around Here
How do I fix this issue below? The ftp server on Merlin wants an encryption login. But sftp-server on Merlin isn't found. See my two attempts below.
dolive@zeeman:~$ ftp 192.168.50.3
Connected to 192.168.50.3.
220 Welcome to ASUS RT-AC68U FTP service.
Name (192.168.50.3:dolive): dolive
530 Non-anonymous sessions must use encryption.
ftp: Login failed
ftp> quit
dolive@zeeman:~$ sftp 192.168.50.3
dolive@192.168.50.3's password:
sh: /opt/libexec/sftp-server: not found
Connection closed.
Connection closed
dolive@zeeman:~$ ftp 192.168.50.3
Connected to 192.168.50.3.
220 Welcome to ASUS RT-AC68U FTP service.
Name (192.168.50.3:dolive): dolive
530 Non-anonymous sessions must use encryption.
ftp: Login failed
ftp> quit
dolive@zeeman:~$ sftp 192.168.50.3
dolive@192.168.50.3's password:
sh: /opt/libexec/sftp-server: not found
Connection closed.
Connection closed