Feature Requests item #807039, was opened at 2003-09-16 03:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350259&aid=807039&group_id=259
Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: add ssh compression to getimage (-C flag) Initial Comment: It would be desirable to add the -C flag to the ssh command issued in getimage. The line in question looks to be line 383: $command="ssh -f -l $ssh_user -L $port:$source_host:873 $source_host sleep 5"; changing this to: $command="ssh -C -f -l $ssh_user -L $port:$source_host:873 $source_host sleep 5"; should do the trick. On machines with lots of ascii type files this should speed things up quite a lot. I note that the ssh documentation states that -C may slow things down on fast networks, maybe another option could be added to the getimage command line parameters that allows the user to specify whether they are on a fast or slow connection? -Anton Smith (myfirst.mylastATnzwireless.co.nz) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350259&aid=807039&group_id=259 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
