Re: [RDD] RDCatch FTP over TLS - PORT PROBLEM

2021-02-11 Thread David Klann
On 2/11/21 17:44, wa7skg wrote: > > I think I found my problem. There are two types of FTP over TLS. > Explicit uses port 21 while implicit uses port 990. Apparently > RDCatch/curl uses implicit over port 990, which the host does not > accept. In Filezilla, I have an option to select implicit or

Re: [RDD] RDCatch FTP over TLS - PORT PROBLEM

2021-02-11 Thread wa7skg
Sorry, no joy. I can't get RDCatch to work for me over SSH right now. I'm trying this initially using curl from cli. curl -u u...@host.com:password ftps://hostname.com/path/program.mp3 I get the error curl: (7) Failed connect to hostname.com:990; Connection timed out when I try normally.

Re: [RDD] RDCatch FTP over TLS - PORT PROBLEM

2021-02-11 Thread wa7skg
I think I found my problem. There are two types of FTP over TLS. Explicit uses port 21 while implicit uses port 990. Apparently RDCatch/curl uses implicit over port 990, which the host does not accept. In Filezilla, I have an option to select implicit or explicit. Is there any way to specify