BookmarkSubscribeRSS Feed
XinYingPhee
Calcite | Level 5

I'm using eft to transfer a pretty large zip file and it is getting disconnected.

zip file is about 3GB.
Is there a way to set no timeout

filename eft sftp "/Standing Order/Dropoff/&job..zip" host='xx@xxxx' DEBUG;

data _null_;
infile "/sasdata/Production/enterprise/data/data_dump/monthly/&job..zip" recfm=n;
input x $char1. @@;
file eft recfm=s;
put x $char1. @@;
run;


This gateway for AUTHORISED
use only!

Connected .

NOTE: sftp> cd "/Standing Order/Dropoff"

NOTE: The file EFTSAS is:
Filename=/Standing Order/Dropoff/datadump.zip

NOTE: Received disconnect from 10.101.1.21 port 22:11: Manually close SSH session.
Disconnected from 10.101.1.21 port 22
sftp>

2 REPLIES 2
SASKiwi
PROC Star

Port timeouts are often set by server firewall rules. Check with your IT network folks to see if there are rules for port 22.

 

Also try the WAIT_MILLISECONDS option in case the timeout is performance-related.

Sajid01
Meteorite | Level 14

For commercial managed file transfer applications like eft, the best apporach would be to approach the vendor for assistance.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 612 views
  • 0 likes
  • 3 in conversation