BookmarkSubscribeRSS Feed
SAS_PA1
Calcite | Level 5
 

Do we have any alternate method in SAS instead of USing SFTP in SAS

 

 

filename my data sftp "/Dir/RPTS/qtr/&CSV_file"
host="hostname" user="username";

1 REPLY 1
ChrisHemedinger
Community Manager

Alternative for what purpose? If your files are destined for SFTP (or coming from there), I think that's your protocol.  If it's not Secure FTP, then you could use the simpler FILENAME FTP -- no certificates to manage.

 

If your files are available via web service, there's PROC HTTP as a way to fetch them.

 

Use SAS/CONNECT and PROC UPLOAD/DOWNLOAD to transfer files between two SAS servers.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 1732 views
  • 0 likes
  • 2 in conversation