Click here to Skip to main content
15,887,430 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi Guys,

I need information on below issue.

We have two systems S1 and S2. Now S1 is creating files and keeping in one shared location.From S2 one back end( SSIS job )
pull the files from S1 using FTP task and do some business logic.

Till UAT phase, S2 getting the files from S1(shared location) using FTP server details with Usr/Pwd and Its working well.I can directly connect using ftp://x.x.x.x/ in browser and view the files for validation purpose.

Now for Production phase,instead of FTP shared location,they are going to use Sterling server.
I opened the firewall and tried to connect the sterling server like ftp://y.y.y.y/ in browser with valid user/pwd and getting the issue like
Windows cannot access this folder.Make sure you typed the name correctly and that you have permission to access the folder
Details: A connection with the server could not be established.


I read some articles to connect sterling server with FTP by using some other external configurations/tools .I don't think client will accept this.

Could you please suggest any suggestions to connect the sterling server from FTP directly, how I used to connect the FTP server in DEV environments.

Thanks In Advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900