sftp

  1. CKinTX

    Excel VBA Script to Access Files on an SFTP Site

    Good morning, all - I download files from an SFTP site, but the files don't always have a unique name. Files on the site have a naming convention of File_Name.xls for the first file in the group and File_Name_X for each subsequent file in the set where X is an incrementing value from 1 to the...
  2. N

    VBA and SFTP

    Hello, Im trying to upload a file with SFTP using VBA, is it possible ? I found this code but I dont know what I need to change to use it. Public Sub SFTPGet(fname As String) Const cstrSftp As String = """mylink.com/pscp.exe""" Dim strCommand As String Dim pUser As String Dim...
  3. A

    File Upload in WinSCP through vba

    I am trying to develop code for save the file in sftpcf (winscp) server but error in <code style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas...
  4. A

    Suggestions for sFTP Handling

    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...
  5. S

    Vba to send SFTP request and receive response file via e-mail

    not sure if that's possible, but what I am trying to achieve is to send a request file via sftp connection with a data provider and specify return method via e-mail (or in any another way possible). Via VBA macro in Excel that is. I have Putty (I assume sftp software such as this is necessary)...
  6. N

    Excel VBA SFTP without Putty or WinSCP (only standalone excel)

    Hello Members and MVPs, Good Day. I had this specific query that can we do an SFTP with stanalone excel (probably wininet) or other method without the need of external dlls ? I am successfully able to do FTP upload and download via wininte but not SFTP. I usually find almost all solutions...

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