Has anyone succeeded in establishing a connection from Dopus (FTP> SFTP SSH) to your Raspberry Pi (Raspbian 8, SSH Enabled), and did you manage to transfer big files back and forth? If so, how did you do it, which were the settings needed?
I would like to transfer a big file from my WinXP machine through Dopus's FTP functionality to the raspi (WiFi). For file transfer i could use RealVNC software (VNC server/client/viewer) but i would like to do the same task with my beloved Dopus.
FileZilla is supposed to work but requires Win7+. SmartFTP fails. FlashFXP works, so Dopus should work too imho . The Dopus FTP log says:
Opening Connection raspberrypi:22
Server version: SSH-2.0-OpenSSH_6.7p1 Raspbian-5+deb8u3
We claim version: SSH-2.0-PuTTY-FZ-Local: Apr 12 2014 11:52:22
Using SSH protocol version 2
Couldn't agree a client-to-server cipher (available: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com)
SSH: Fatal: Couldn't agree a client-to-server cipher (available: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com)
Connection closed"
I am certainly disappointed about SmartFTP, not so about Dopus, because it is not a dedicated FTP client. I don't like FlashFXP much but whenever other clients failed, this one didn't fail to deliver; the FlashFXP log says:
[00:08:11] [R] Logged off: 192.168.178.** (Duration: 34 minutes 27 seconds)
[00:12:12] [R] Connecting to raspi -> IP=192.168.178.** PORT=22
[00:12:12] [R] Connected to raspi
[00:12:13] [R] Host key algorithm ecdsa-sha2-nistp256, size 192 bits.
[00:12:13] [R] Fingerprint (SHA256): bOeP5xv21vcBpy2IOloMnrRLbvTqogJlvykiYfpxIK8=
[00:12:13] [R] Key exchange: curve25519-sha256@libssh.org. Session encryption: aes256-gcm@openssh.com, MAC: , compression: none.
[00:12:13] [R] Auth Type: Password
[00:12:13] [R] Authentication succeeded
[00:12:13] [R] SSH Connection open
[00:12:13] [R] Connection established with OpenSSH_6.7p1 Raspbian-5+deb8u3 (SFTP v3)
[00:12:13] [R] SFTP Connection Ready
[00:12:13] [R] Directory changed to: /home/pi/
[00:12:13] [R] Retrieving directory listing...
[00:12:13] [R] List Complete: 5 KB in 0.03 seconds (5.2 KB/s)
Looks similar to Dopus log, so i am not sure why Dopus fails to connect.