Hi there, we have a SAS program that moves files from windows to unix and create some outputs. however, it started producing error when we try transferring files. ERROR: The task tasksystem produced an error following is the code and it used to work fine. IT customer support has no clue about this error and they are asking to SFTP account. I had to replace the folder names with *** due to security issues. %let DataDrop_Report_FileName = *************..xls; %TransferFile(filename=&DataDrop_Report_FileName, from=\\*********\Business Intelligence\_Management Information\Reports\*****, to=/sasdev/*******, record=yes); Please help.. can you guys help me set up a sftp libname to move files from Windows? I do have the host name, user name and password for the SFTP account
... View more