Server To Server FTP

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

Moderator: Project members

Post Reply
Message
Author
zahumi
500 Command not understood
Posts: 3
Joined: 2017-06-27 16:52
First name: Sean
Last name: Harley

Server To Server FTP

#1 Post by zahumi » 2017-07-25 20:47

So ... I've designed a site that allows the uploading of photos to our server on AWS ... What I'm trying to do is, after the photos have been uploaded, shoot them off to another server within our domain but keep getting a connection error. Funny thing is that when I try to access from my local machine I have no issues connecting.

Ex:
- upload photos to site1.servername.com
- I'd like to move them via ftp to another site on the network site2.servername.com

Error message I get from "site1" when trying to FTP to "site2" is
- A connection with the server could not be established

Any ideas?

CapCanuck

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

Re: Server To Server FTP

#2 Post by boco » 2017-07-25 21:26

What are you trying to use as FTP client (for initiating the transfers)? FileZilla Client doesn't support server-to-server transfers.

Please note that server-to-server transfers do not work with FTP over TLS. You can only use plain, non-encrypted FTP, which is a risk.

You need properly configured FTP servers, one of them needs to work in Active (PORT) mode and the other in Passive (PASV).

A, yes, although it should be obvious: Both servers must be FTP, FTP to SFTP or vice versa is incompatible, as are the two protocols.
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

zahumi
500 Command not understood
Posts: 3
Joined: 2017-06-27 16:52
First name: Sean
Last name: Harley

Re: Server To Server FTP

#3 Post by zahumi » 2017-07-26 16:03

Great! I'll give it a shot! I'm actually using Smart FTP client.....

On the same train of thought - what if I am on "Server1" and want to FTP over to "Server2" ... would there be anything special I would need to do to get that working?

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

Re: Server To Server FTP

#4 Post by boco » 2017-09-28 21:40

Doesn't matter where you are, you always need to connect to both servers first, to start the transfers. Required configuration is always the same.

Note that by "server" as in "server to server" transfers, we mean FTP server software. So, even if "Server1" is a Server OS, directly FTPing to "Server2" using an FTP client still makes you a client. That's not a server-to-server transfer at all.
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