Download from FTP

4 posts / 0 new
Last post
#1 Tue, 12/09/2014 - 09:35
daimpa

Download from FTP

Hello, I'm trying to download a file from an external FTP server . It's a small .jpg file, but I've problem while trying to connect to the server.

If I use the full link I get from Filezilla: ftp://username@server.com/image.jpg I receive this error: Download failed : Failed to lookup IP address for username@server.com

If I use ftp://server.com/image.jpg I receive this error: Download failed : PASS root@localhost.localdomain failed : Login incorrect.

What can I do?

Thanks.

Tue, 12/09/2014 - 10:04
andreychek

Howdy,

Just to clarify -- is this an FTP server that you manage? Can you access it and review the logs on it?

It sounds like FileZilla isn't configured with the correct authentication information though. I don't personally use FileZilla, but you should be able to access "server.com", and enter your login credentials.

Also, note that the user "root" generally can't log in over FTP.

-Eric

Tue, 12/09/2014 - 10:11 (Reply to #2)
daimpa

Hello, first of all, thanks for the reply. I think that my question hasn't been that much clear, so I'll add few details.

I've webmin on one server. The file I want to download to my webmin server is on an another server. In this second server, I've only FTP access. I'm trying to download the file in the webmin server via the download module of webmin, where it says that I can download from http or ftp. I tried to download a file from http and it worked. Now I'm having problems (described in the previous message) when I try to download the file from my FTP server to my webmin server.

I can access to my ftp server without any problem from filezilla. The problem is downloading the file with the webmin module.

Tue, 12/09/2014 - 15:47
daimpa

I found the solution, the FTP file url should be ftp://username:password@server.com/url.jpg

Topic locked