How to access remote server fils

0
Hello Everyone, I would like to access files from remote server ( Using server IP, user id and password) and upload in UI to give access to user for download. Is there any approach to access remote server files.?  
asked
2 answers
4

Hi Sreenivasarao,

You can also use SFTP connector in Mendix Marketplace to access remote server files

Check the below link for the SFTP module

https://marketplace.mendix.com/link/component/107256

Hope it help!

answered
0

If the remote server supports some sort of FTP, you could use the marketplace module: sFTPs by Mendix.

Which allows you to connect, list files, move files to the FTP server and get files from the FTP server.

 

answered