SFTP to windows servers doesn't work... times out (Unix servers work always)

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
unregistered
500 Command not understood
Posts: 4
Joined: 2019-05-10 21:41

SFTP to windows servers doesn't work... times out (Unix servers work always)

#1 Post by unregistered » 2019-05-10 22:39

Hi FIleZilla Forums...

It seems to me that our NAT router and the firewall has been set up correctly. However, Filezilla doesn't ever connect to Windows servers, but Unix servers work fine.

WHY? :) What could possibly be incorrect so that, while sftping to a Unix server works all the time, Windows servers time out all the time. FileZilla's Network configuration wizard... has never worked bc, I'm guessing, it is hosted on a Windows server. (After it failing and clicking Next>Finish it warns that the wizard failed, but saves the info/settings set.)

from the wizard:
Connecting to probe.filezilla-project.org
Connection established, waiting for welcome message.
Response: 220 FZ router and firewall tester ready
USER FileZilla
Response: 331 Give any password.
PASS 3.42.1
Response: 230 logged on.
Checking for correct external IP address
Retrieving external IP address from http://ip.filezilla-project.org/ip.php
Checking for correct external IP address
IP ###.###.###.### ###-###-###-###
Response: 200 OK
PREP #####
Response: 200 Using port #####, data token 1303798348
PORT ###,###,###,###,###,###
Response: 200 PORT command successful
LIST
Response: 150 opening data connection
Response: 503 Failure of data connection.
Server sent unexpected reply.
Connection closed
We are running Filezilla Client 3.42.1, if you didn't get that from the wizard's PASS, and it's on a Windows 7 machine. However, a Windows 10 machine in our house, fails to connect to the Windows servers too. It must be a router problem then, right? If so, does anyone have any clue as to what may be good to set or change on a router to enable ftping to Windows servers?


edit: changed the start of the title from FTP to SFTP, bc just figured out that FTP does work to windows servers. Sorry for the title mess up.
Last edited by unregistered on 2019-05-13 19:43, edited 1 time in total.

unregistered
500 Command not understood
Posts: 4
Joined: 2019-05-10 21:41

Re: FTP to windows servers doesn't work... times out (Unix servers work always)

#2 Post by unregistered » 2019-05-10 23:00

After reading https://www.codeproject.com/questions/1 ... nix-server, it is obvious that Unix is case insensitive... had forgotten that.

But, what is case sensitive about connecting to a Windows FTP server (besides the password and username)? :)

User avatar
botg
Site Admin
Posts: 35540
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FTP to windows servers doesn't work... times out (Unix servers work always)

#3 Post by botg » 2019-05-13 06:56

What does it say if you attempt to connect to one of your Windows machines?

unregistered
500 Command not understood
Posts: 4
Joined: 2019-05-10 21:41

Re: FTP to windows servers doesn't work... times out (Unix servers work always)

#4 Post by unregistered » 2019-05-13 19:31

When connecting to a Windows server it just says something like "Timed out..."; pretty much the same response that I received from the filezilla network configuration wizard.
Status: Connecting to ######################...
Response: fzSftp started, protocol_version=8
Command: open "##########@######################" 22
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
However, ftp works splendidly on Windows servers. But, there must be some way to get sftp to work with windows servers too. :)

p.s. Oh, if I increase the time to 120 seconds... it will time out after 120 seconds when attempting sftping to windows servers. Unix servers make sftp instantaneous. :)

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: SFTP to windows servers doesn't work... times out (Unix servers work always)

#5 Post by boco » 2019-05-13 19:50

Do you actually have an SFTP server running on the Windows machine? While *NIX usually always runs an SFTP service of some sort, Windows does NOT.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

unregistered
500 Command not understood
Posts: 4
Joined: 2019-05-10 21:41

Re: SFTP to windows servers doesn't work... times out (Unix servers work always)

#6 Post by unregistered » 2019-05-13 20:35

sigh... I just learned this again... network solutions' windows servers don't come with sftp access. So that is why sftp doesn't work with my dad's windows server. So sorry to waste your time Tim... thank you for responding. I LOVE YOUR FILEZILLA! :D

p.s. so the filezilla network configuration wizard doesn't work for some reason... but it really doesn't matter to us bc we can ftp now. Making it so that I could save the options even though the wizard failed is super helpful! Thank you Tim Kosse! :D


ah ok, thanks boco, that makes sense... their windows servers don't run an sftp server. :|

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: SFTP to windows servers doesn't work... times out (Unix servers work always)

#7 Post by boco » 2019-05-13 20:50

The Network Config Wizard tests for the only FTP access mode where client configuration is required: Active Mode. Without extensive configuration, it'll always fail. That's not a big problem, as nearly all servers out there support Passive Mode, and FileZilla prefers it by default. Passive mode works out of the box and requires no client configuration, as there are only outgoing connections, client-side.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply