photools.com Community

IMatch Anywhere Discussion Boards => IMA General Discussion and Questions => Topic started by: zematima on November 23, 2017, 06:04:33 PM

Title: IMA and FTP
Post by: zematima on November 23, 2017, 06:04:33 PM
Hi all:
Is it possible to configure IMA to use my FTP?
I have one test database (3 Mb) in the FTP.
I changed the config.json and put :
"imwsUrl": "ftp://-----:8081",
In the IMWS I click Configure and then I point the database to the FTP.
It opens the viewer but then I wait several minutes and nothing happens.
Is it possible?
Thanks in advance.
JRosa.




Title: Re: IMA and FTP
Post by: Mario on November 23, 2017, 06:12:10 PM
This is the address under which IMatch WebServices are accessed.

This cannot work with the FTP protocol, only HTTP and HTTPS protocols are available for that.
FTP is a file transfer protocol, it has nothing to do with accessing web servers or web services.
Title: Re: IMA and FTP
Post by: zematima on November 23, 2017, 08:01:25 PM
Thanks.