# FTPS access to file?

**URL:** https://forums.losant.com/t/ftps-access-to-file/3223
**Category:** Help
**Tags:** workflow
**Created:** [August 27, 2020, 2:04pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223 "2020-08-27T14:04:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Lyndon\_Walker](https://avatars.discourse-cdn.com/v4/letter/l/a6a055/32.png) [@Lyndon\_Walker](https://forums.losant.com/u/Lyndon_Walker)
#### Post date: [August 27, 2020, 2:04pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/1 "2020-08-27T14:04:02Z")

</div>

Does Losant support FTPS or FTP download of files stored in the Files area? I can access them via a workflow that pushes to my client via MQTT, but I prefer to have the client pull the files on demand instead.

---

<div class="post-metadata">

### Author: ![anaptfox](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/anaptfox/32/873_2.png) [@anaptfox](https://forums.losant.com/u/anaptfox)
#### Post date: [August 27, 2020, 2:18pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/4 "2020-08-27T14:18:43Z")

</div>

@Lyndon_Walker,

At this time, we don’t support FTP or FTPS. However, could you provide more details about your use case? I can possibly offer some possible workarounds.

---

<div class="post-metadata">

### Author: ![Lyndon\_Walker](https://avatars.discourse-cdn.com/v4/letter/l/a6a055/32.png) [@Lyndon\_Walker](https://forums.losant.com/u/Lyndon_Walker)
#### Post date: [August 27, 2020, 2:48pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/5 "2020-08-27T14:48:12Z")

</div>

We have a request from the client we’re building this device for to add a remote device firmware feature. The method I’m implementing is to send an MQTT command to tell the device to enter update mode, and then it will download firmware via FTPS. A “direct push” of the firmware over MQTT doesn’t seem feasible due to the Unicode encoding increasing the download size and that they may potentially have hundreds or thousands of devices needing update.

---

<div class="post-metadata">

### Author: ![anaptfox](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/anaptfox/32/873_2.png) [@anaptfox](https://forums.losant.com/u/anaptfox)
#### Post date: [August 27, 2020, 5:28pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/7 "2020-08-27T17:28:44Z")

</div>

@Lyndon_Walker,

Would it be possible to make an HTTP(S) to get the file?

You can read more about the URLS here:

> **[Files](https://docs.losant.com/applications/files/#file-urls)**
>
> Learn about uploading files for use in the Losant platform.

But, it’s comment for devices to send an MQTT command to request firmware and use HTTP(S) to download the file.

---

<div class="post-metadata">

### Author: ![Lyndon\_Walker](https://avatars.discourse-cdn.com/v4/letter/l/a6a055/32.png) [@Lyndon\_Walker](https://forums.losant.com/u/Lyndon_Walker)
#### Post date: [August 27, 2020, 6:37pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/9 "2020-08-27T18:37:24Z")

</div>

OK. It looks like that should be feasible. My modem supports HTTPS.

Thanks!

---

<div class="post-metadata">

### Author: ![Dylan\_Schuster](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/dylan_schuster/32/2850_2.png) [@Dylan\_Schuster](https://forums.losant.com/u/Dylan_Schuster)
#### Post date: [January 26, 2022, 10:13pm UTC](https://forums.losant.com/t/ftps-access-to-file/3223/12 "2022-01-26T22:13:16Z")

</div>

@Lyndon_Walker this thread is a bit old but FYI …

We just released the [FTP: Get](https://docs.losant.com/workflows/data/ftp-get/) and [FTP: Put Nodes](https://docs.losant.com/workflows/data/ftp-put/), which support establishing a connection through SFTP, FTPS, or FTP.

The nodes are available both in our cloud platform and in [Edge Workflows](https://docs.losant.com/workflows/edge-workflows/).
