FTP: Unable to connect to Verizon
Seems I am unable to connect to Verizon (DSL) FTP services?
Format should be ftp://username:password@ftpmysite.verizon.net
And that works with LeechFTP & in my browser, but can't seem to get it right with Salamander?
Error Message:
Code: Select all
Unable to get IP address of server "ftpmysite.versizon.net".
Error: (11004) The requested name is valid and was found in the database,
but it does not have the correct associated data being resolved for.
(I have also found ftp://yourvzlogin:yourvspassword@members.verizon.net/ & that too works, but again not in Salamander?)
MSDN: WSANO_DATA 11004
Code: Select all
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable.