Suggestions for sFTP Handling

Andy2016

New Member
Joined
May 7, 2015
Messages
37
Hey all,

I was just looking for some advice/suggestions on handling a VBA-sFTP relationship.

Presently I have an upload of a CSV file via sFTP to a third party. The third party response file can take up to 1 hour to be returned.

Therefore I was wondering if anyone could suggest any more eloquent solutions other than a DO EVENTS LOOP waiting for the response file to appear.

Cheers

Andy
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Is there a unique event that occurs to Excel when the third party response is received? I'm thinking you could just have a second macro that runs on event.
 
Upvote 0
Is there a unique event that occurs to Excel when the third party response is received? I'm thinking you could just have a second macro that runs on event.

Hi AFPathfinder,

Thanks for the response. I like your suggestion of using an event handler, however the third party response is simply populating the /OUT folder of their FTP portal, so no interaction with Excel on that level.

Andy
 
Upvote 0

Forum statistics

Threads
1,214,405
Messages
6,119,323
Members
448,887
Latest member
AirOliver

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top