Page 1 of 1
Upload to a second FTP? **solved**
Posted: Fri May 03, 2019 9:28 am
by fotogw
Hi all,
Is there a way to upload files via FTP to a second server? I'd like to have the clientraw.txt and realtime.txt files to be stored at 2 separate FTP-servers.
Thanks.
Gerhard
Re: Upload to a second FTP?
Posted: Fri May 03, 2019 11:49 am
by wvdkuil
fotogw wrote: ↑Fri May 03, 2019 9:28 am
Hi all,
Is there a way to upload files via FTP to a second server? I'd like to have the clientraw.txt and realtime.txt files to be stored at 2 separate FTP-servers.
Thanks.
Gerhard
YES, you can to any number of servers.
Check the WiKi
https://www.meteobridge.com/wiki/index. ... h_Services scroll down to FTP Uploads
When you want to upload data to another FTP server, you can use a fully qualified URL-like FTP notation in the "Path" field. Format of the FTP URI has to be: ftp://user:password@host:port/path.
Please notice that none of the elements is allowed to miss.
Example:
Code: Select all
ftp://johndoe:mysecret@ftp.server.com:21/public_html/index.html
Wim
Re: Upload to a second FTP?
Posted: Fri May 03, 2019 8:30 pm
by fotogw
Hi Wim,
Thanks for your reply! I missed that in the manual!
Gerhard