Recent Posts

Pages: 1 ... 3 4 5 6 [7] 8 9 10
61
Support and Feedback / Re: SFTP Connection fails
« Last post by mrapi on September 19, 2025, 09:31:57 »
that is all the logging
I ping hostname and it works
62
Support and Feedback / Re: SFTP Connection fails
« Last post by Mathias (Author) on September 19, 2025, 08:47:26 »
is that all logging ?
If you still get "Connecting failed (GetAddrInfo) : 11001" then hostname is still wrong

63
Support and Feedback / Re: SFTP Connection fails
« Last post by mrapi on September 19, 2025, 08:39:42 »
k,I've removed prefix,host responses on ping but ftps not working,got:
Quote
2025-09-19 09:36:43 Codepage not set. Will try to auto-detect if UTF-8 is supported
2025-09-19 09:36:43 No text format conversions  will be done for text file transfers
2025-09-19 09:36:43 Connecting to ...:22
2025-09-19 09:37:04 Failed to connect
2025-09-19 09:37:04 Failed to initialize socket - Cannot connect to server
2025-09-19 09:37:04 Connection... Failed!

thanks
64
Support and Feedback / Re: SFTP Connection fails
« Last post by Mathias (Author) on September 19, 2025, 08:03:37 »
You do not need to specify protocol like ftps:// 
Just enter host name in hostname field

Also you have ftps:// 
that are normally for FTP with SSL/TLS.  Then you need to use the FTP device in MC
sftp:// is used for FileTransfer over SSH. Then you connect to a SSH connection and do filetransfer using that.
65
Beta Releases / MOVED: SFTP Connection fails
« Last post by Mathias (Author) on September 19, 2025, 07:59:49 »
66
Support and Feedback / Re: SFTP Connection fails
« Last post by Mathias (Author) on September 19, 2025, 07:58:35 »
GetAddrInfo fails with 11001 . and that is HOST_NOT_FOUND.
It fails to resolve IP address
So check your host address.
67
Support and Feedback / Re: SFTP Connection fails
« Last post by mrapi on September 19, 2025, 07:51:08 »
hi,tuned off firewall and defender,still not working,that is the full log got:

Code: [Select]
2025-09-19 08:48:37 Codepage not set. Will try to auto-detect if UTF-8 is supported
2025-09-19 08:48:37 No text format conversions  will be done for text file transfers
2025-09-19 08:48:37 Connecting to ftps://....:22
2025-09-19 08:48:37 Connecting failed (GetAddrInfo) : 11001
2025-09-19 08:48:37 Key exchange method : (null)
2025-09-19 08:48:37 Host key method : (null)
2025-09-19 08:48:37 Encryption method (client to server) : (null)
2025-09-19 08:48:37 Encryption method (server to client) : (null)
2025-09-19 08:48:37 MAC (message authentication code) method (client to server) : (null)
2025-09-19 08:48:37 MAC (message authentication code) method (server to client) : (null)
2025-09-19 08:48:37 Authentication handshake failed : No method negotiated
2025-09-19 08:48:37 Closing Session...
2025-09-19 08:48:38 Session closed
2025-09-19 08:48:38 Failed to connect to server
2025-09-19 08:48:38 Connection... Failed!
68
Support and Feedback / Re: The saved sessions are not visible/accessible
« Last post by Mathias (Author) on September 18, 2025, 22:39:03 »
No. I can't fix anything that I can't reproduce
69
Support and Feedback / Re: The saved sessions are not visible/accessible
« Last post by Dertuek on September 18, 2025, 19:17:18 »
I saw that in the last changelog
Quote
FIXED - TabSessionManager will now make sure menu system is loaded before loading the tab session. (Since this should be added to menu system)
If this is related to the topic of this thread, I’m sorry to say that the issue still persists  :(
70
Support and Feedback / Re: SFTP Connection fails
« Last post by Mathias (Author) on September 18, 2025, 17:39:44 »
Hi
is there any special setting to do? I've put host,user and password,but it is not working,got:

Code: [Select]
Failed to connect
Failed to initialize socket - Cannot connect to server
Connection... Failed!

it works fine in total commander

thanks


Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work

I Use SFTP(SSH) daily without issue.

Sure IP and port are correct ?  Maybe FW issue. maybe have outbound block on. and MC need to be allowed allowed to connect out ?
Try enable higher loglevel in Core settings.  might output something more.
Pages: 1 ... 3 4 5 6 [7] 8 9 10