I bought DOpus 9 (latest version) some weeks ago and I must say its a great tool which makes my daily work much easier.
I do a lot of FTP with the SSH Port 22 connection Type. Some buttons (FTP ASCII transfer mode, FTP binary transfer mode and FTP auto transfer mode) which set the transfer method from ASCII to binary or automatic is always greyed (inactive). Is it a bug, or a future feature or just just an user error?
Btw. A ssh shell would be a great feature for future releases. It could use the same address book like FTP.
You mean ssh as protocol does not support ASCII transfer mode or the DOpus implementation part?
I normally use the tool WinSCP (winscp.net/eng/index.php). This tool can do ASCII transfer mode and binary as well.
As I understand it, the SSH protocol doesn't have binary and ASCII transfer modes like FTP does. Of course, an SSH/SCP client can still do the end-of-line conversion work itself when reading/writing data from/to an SSH/SCP connection but it isn't part of the protocol and the server at the other end won't coordinate its own end-of-line conversions like an FTP server would.
Is it just something you're curious about or do you have something at the other end which gets confused by CRLF combinations?
I was confused at the beginning when I saw the transfer mode buttons which are greyed during ssh connections. Now I know that ssh doesn't support ASCII transfer. But I wish you put it on your feature wishing list for DOpus as well as a ssh client call.