BookmarkSubscribeRSS Feed
Eshan
Calcite | Level 5

Hello  Everybody,

I am trying to download a file to my network drive from a remote SFTP server through logging into WinSCP .

I am trying to use the following code and not sure sure if the syntax is correct, so any help would be appreciated.

%let ftpfile_loc = \\User\folder1\files;

%let dest = \\User\folder1\Dataout;

%sysexec "C:\WinsSCP\WinSCP.exe" /console /script:"&ftpfile_loc\ftpscript.txt" /command "get remotefile.prn &dest\localfile.prn" "close" "exit";

In the above code, is the get command syntax correct?

ftpscript.txt has the following code in it

option batch on

option confirm off

open sftp://user:password@xx.x.xxx.xx.22

cd /folder1/folder2//files

Is there any other way of downloading the file from sftp server, plz let me know, because in the above code, i dont' know how to debug the code?

I am really running out of time on this, so help is much appreciated.

Thanks & Regards

Eshan

1 REPLY 1
LinusH
Tourmaline | Level 20

First, is there a spcific reason to involve SAS in this process?

Second, there is SFTP access method for the FILENAME statement, don't know it will support your requirements, or if it's easier debug. But then you don't need to call external scripts from within SAS.

Data never sleeps

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1038 views
  • 0 likes
  • 2 in conversation