SFTP connect to internal servers

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Iamlearning01
500 Command not understood
Posts: 1
Joined: 2020-09-07 18:25
First name: John
Last name: Lennon

SFTP connect to internal servers

#1 Post by Iamlearning01 » 2020-09-07 18:28

Hi,
My server B can only be accessed by logging into server A (so I have to ssh to server A, then from there ssh to server B)

How can I set up FileZilla to connect to server B?

Thanks

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

Re: SFTP connect to internal servers

#2 Post by boco » 2020-09-07 20:02

FileZilla does not support SSH, only SFTP.
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

sducasse
500 Command not understood
Posts: 1
Joined: 2020-09-14 08:32
First name: Stephane
Last name: Ducasse

Re: SFTP connect to internal servers

#3 Post by sducasse » 2020-09-14 08:38

Hello

I read that FileZilla does not support SSH.
Does it mean that ssh config files are ignored when using stfp?
To connect on my servers I need to use nc and reach a gateway

A typical configuration is

Host rmod-files-gw
ForwardAgent yes
User xxx
HostName rmod-files.lille.inria.fr
ProxyCommand ssh xxx@gw.fr nc %h %p 2> /dev/null

Is filezilla supporting such configuration and how?
(I read all the docs and tried many sftp settings).

Thanks for your time (I'm an open-source dev too - http://www.pharo.org)

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

Re: SFTP connect to internal servers

#4 Post by botg » 2020-09-15 08:52

FileZilla does not make use of ssh-config files.

Post Reply