Is there a way of using scp for transferring files? I always get the message "connection refused"
Thanks for your help.
How to unblock scp
Re: How to unblock scp
Hello, have you configured the SSH service through Control Panel under Network Location settings?
Re: How to unblock scp
Tell scp to use the secure port (as in ssh setting) since scp default is 22 (which is not open on my Tos6).
F5-221 TOS7.0.0777 - 4x4TB (Ironwolf) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
Re: How to unblock scp
Hello!It is suggested that you first try to connect to the TNAS via SSH using a command on your local computer.
It is best to use the super administrator account to connect.
Code: Select all
ssh -p 9222 username@ipTo contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: How to unblock scp
Hey, thanks for your reply. I already loggen in via ssh like you posten above - this works perfectly.TMqiky wrote: ↑05 Feb 2025, 15:15Hello!It is suggested that you first try to connect to the TNAS via SSH using a command on your local computer.
It is best to use the super administrator account to connect.Is it possible to connect successfully using the above method?Code: Select all
ssh -p 9222 username@ip
In the meanwhile I also tried sftp - this also works. It's just about the scp...


