20
Views
3
Comments
How to write files to a Network Shared Folder from OutSystems?
Question

Hi Outsystem community,

I am trying to create an OS Web application, that helps to write files (txt file) into the Shared network folder, I have tried shared Folder and SFTP forge components in facing "Could not connect to host" and "An error occoured while listening files on the sftp server." 

Can Someone help me on this by suggesting alternative components or configuration that I missed.

2021-01-19 14-07-32
Tom Zhao

Hi @LOKESH KUMAR THENNARASU
Firstly, please tell me the environment you are using.

Is it O11 or ODC? If O11 then  Cloud or on-premise ?

If you are using O11(on-premise), you can access the shared folder by using Filesystem Forge below.

FileSystems Forge 

If not, then you cannot access the shared folder, so please use SFTP. However, the SFTP server must be accessible from the Internet. 

BEST REGARDS,

UserImage.jpg
LOKESH KUMAR THENNARASU

Hi @Tom Zhao 

It's on-premise O11, I have not tried file system yet, but I tried SFTP forge, it's showing An error occur while listening files on the sftp server.

Did I missed any configuration to setup?

I can able to hit the house using the ping command on CMD.


2021-01-19 14-07-32
Tom Zhao


Hi @LOKESH KUMAR THENNARASU 

If you want to access shared folder, then  please try FileSystems Forge first.

For SFTP, It is difficult to determine that what kind of error are occurred. please provide more detail information. Such as Service Center's error log. 

Also where you did ping test, your local machine or Frontend server. Because your app will run's on Frontend server.

REGARDS,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.