<HTML dir=ltr><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText49092 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>you might try wget.exe on the windows side - it can be used to batch-transfer files over HTTP pretty efficiently.&nbsp; Its one of the files I always keep on my web site for when I'm at a customer location and need a tool:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2><A href="http://lachniet.com/wget.exe" target=_blank>http://lachniet.com/wget.exe</A></FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>You can compile it to work with SSL, but I don't know if the one on my site does..</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature21510>
<DIV><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman">Mark Lachniet<BR>Technical Director, Security Group<BR>Analysts International<BR>(517) 336-1004 (voice)<BR>(517) 336-1160 (fax)<BR>mailto: mlachniet@analysts.com</FONT><BR></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Mike Szumlinski<BR><B>Sent:</B> Wed 1/24/2007 12:16 PM<BR><B>To:</B> Charles Ulrich<BR><B>Cc:</B> linux-user@egr.msu.edu<BR><B>Subject:</B> Re: [GLLUG] TCP/IP protocol efficiency<BR></FONT><BR></DIV>
<DIV><PRE style="WORD-WRAP: break-word">Realistically, raw ftp would probably work.  Is there an easy way to  
curl multiple files over an http connection to a windows box?  The  
Suse machine is a telecine and the files are individual film scans,  
so the average transfer is going to be in the thousands of files.   
Much more difficult to click 6800 times than to experience the slow  
speed we are getting over sftp.  Security isn't an issue at all, sftp  
was just up and running by default on the machine and I didn't have  
to do any config or start any more daemons.  The machine doesn't even  
have internet access, it is on its own network transferring files to  
a windows machine.

Unfortunately, this machine is in California so I have no access to  
it and I'm walking people through this that don't have a ton of linux  
knowledge.  Oh yeah, and I'm running Fedora Core because I don't have  
a copy of Suse and now that it is a pay product I can't just go  
download it.

So far I'm thinking straight FTP or HTTP might be the answer, but I'm  
not sure how to get a multitude of files using HTTP.  I thought about  
tarballing them, but 8k or 9k 12MB frames would suck up a  
considerable amount of space and time making into a tarball just to  
speed up transfer speed.

-Mike


On Jan 24, 2007, at 11:45 AM, Charles Ulrich wrote:

&gt; On Wednesday 24 January 2007 11:23, Mike Szumlinski wrote:
&gt;&gt; I've currently gotten involved with a project that is requiring I
&gt;&gt; reshare thousands of 12MB files out over TCP/IP from an XFS volume
&gt;&gt; on SuSe for use with Windows systems.  I have tried sftp and found
&gt;&gt; the transfer speed to be somewhat less than acceptable over gig-e and
&gt;&gt; was wondering if anyone had any input into another method of sharing
&gt;&gt; out the files that would be A) easier and B) faster.  Obviously samba
&gt;&gt; comes to mind, but I'm wondering if there are other easier ways to
&gt;&gt; tune this connection.  Any suggestions/ideas would be much  
&gt;&gt; appreciated.
&gt;&gt;
&gt;&gt; -Mike
&gt;
&gt; Samba is a CPU hog for transfers over fast connections, I'd  
&gt; recommend against
&gt; it. HTTP is pretty much going to be the fastest protocol out of the  
&gt; box,
&gt; especially for large very large files since the headers are only  
&gt; sent once
&gt; per file. If encryption is necessary, there may not be a super-fast  
&gt; solution,
&gt; though I think HTTPS may be faster than SFTP. With SFTP, the  
&gt; encryption
&gt; algorithm you use is definitely going to be a bottleneck at gig-e  
&gt; speeds. I'm
&gt; not sure what choices you have and what's available, but perhaps  
&gt; see if you
&gt; can choose a faster algorithm before switching protocols entirely.
&gt;
&gt; -- 
&gt; Charles Ulrich
&gt; Ideal Solution, LLC -- http://www.idealso.com
&gt; _______________________________________________
&gt; linux-user mailing list
&gt; linux-user@egr.msu.edu
&gt; http://mailman.egr.msu.edu/mailman/listinfo/linux-user

_______________________________________________
linux-user mailing list
linux-user@egr.msu.edu
http://mailman.egr.msu.edu/mailman/listinfo/linux-user
</PRE></DIV></BODY></HTML>