Skip to main content
Solved

FME Cloud Access To on Premise Server

  • March 4, 2020
  • 2 replies
  • 31 views

Can FME Cloud be configured to access my local network drives? For example, could I read something from ArcGIS Online and write it to a shapefile or FGDB on one of my on premise servers?

Best answer by gerhardatsafe

Hi @oshkosh_gis,

 

This is currently not supported on FME Cloud. In general, I would highly discourage making network drives available to VMs that are not inside your network.

Additionally, it is not possible to mount network drives to an FME Cloud instance.

As a workaround, you could use a cloud-based storage solution like S3 or Azure Storage, Google Drive, Dropbox, etc to temporarily store the files and then securely download them to the network drive with an application within your network (e.g FME).

I hope this helps!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img

Hi @oshkosh_gis,

 

This is currently not supported on FME Cloud. In general, I would highly discourage making network drives available to VMs that are not inside your network.

Additionally, it is not possible to mount network drives to an FME Cloud instance.

As a workaround, you could use a cloud-based storage solution like S3 or Azure Storage, Google Drive, Dropbox, etc to temporarily store the files and then securely download them to the network drive with an application within your network (e.g FME).

I hope this helps!


  • Author
  • March 5, 2020

Hi @oshkosh_gis,

 

This is currently not supported on FME Cloud. In general, I would highly discourage making network drives available to VMs that are not inside your network.

Additionally, it is not possible to mount network drives to an FME Cloud instance.

As a workaround, you could use a cloud-based storage solution like S3 or Azure Storage, Google Drive, Dropbox, etc to temporarily store the files and then securely download them to the network drive with an application within your network (e.g FME).

I hope this helps!

Hi @gerhardatsafe,

Thanks so much for your response!! That makes sense and I'll look into using another cloud based storage solution as you mentioned. Thanks!