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>
... View more