Download file from server
Author: lalitpct@gmail.com (lalitpct)
While downloading a file in unix server to the client (windows server), i have used below steps
cat <file> (command in unix to read unix file , putting putput in result)
filebox/save
lfiledump script_output, "%%$result"
this step is ok for ASCII format file but for binary files (like unix zip files) it is having some issue.
Is there a better way to download files from unix server ,as this method has limitation of size as well.?




