How do I push a file from a Linux box to a Windows Box? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T10:45:49Zhttp://stackoverflow.com/feeds/question/414111http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box1How do I push a file from a Linux box to a Windows Box?Stephen2009-01-05T18:58:22Z2009-04-27T23:18:10Z
<p>How do I push a file from a Linux box to a Windows Box? Which versions of Windows have a built-in SSH server that a Linux box can "scp" (secure copy/ssh) to.</p>
<p>I'm looking at <a href="http://www.freesshd.com/" rel="nofollow">freesshd</a> right now. Any more ideas?</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414122#4141220Answer by hyperboreean for How do I push a file from a Linux box to a Windows Box?hyperboreean2009-01-05T19:01:48Z2009-01-05T19:07:04Z<ol>
<li>Start samba on the Linux box. This is if the 2 are in the same lan.</li>
<li>Start a ftp server on the Linux box.</li>
<li>Start sshd on server and copy with winscp from the linux box.</li>
</ol>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414132#4141321Answer by Max for How do I push a file from a Linux box to a Windows Box?Max2009-01-05T19:04:40Z2009-01-05T19:04:40Z<p>You could also pull the file with <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" rel="nofollow">PSCP</a>.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414134#4141345Answer by Suraj Barkale for How do I push a file from a Linux box to a Windows Box?Suraj Barkale2009-01-05T19:04:49Z2009-01-05T19:04:49Z<p>I don't think any version of windows has built in SSH server. You can take a look at <a href="http://filezilla-project.org/" rel="nofollow">FileZilla</a> for easily setting up a SFTP server.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414135#41413510Answer by Bob Rivers for How do I push a file from a Linux box to a Windows Box?Bob Rivers2009-01-05T19:05:20Z2009-01-05T19:05:20Z<p>I'm not to much skilled, but, instead of setting up a ssh server on windows, i suggest you to share a windows folder and then using samba, just copy the file to this shared folder. To a LAN a think this is a easier solution.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414139#4141394Answer by Nicholas for How do I push a file from a Linux box to a Windows Box?Nicholas2009-01-05T19:06:09Z2009-01-05T19:06:09Z<p>Check out <a href="http://cygwin.org/" rel="nofollow">Cygwin</a>. It contains an implementation of an SSH Server for Windows (OpenSSH sshd server). It works with Windows 200, XP and 2003 (with a few caveats). Here's a good <a href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" rel="nofollow">installation guide</a>. Once it is installed and working, it works like a champ and gives you some level of standardization across servers.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414150#4141500Answer by j0rd4n for How do I push a file from a Linux box to a Windows Box?j0rd4n2009-01-05T19:09:27Z2009-01-05T19:09:27Z<p>If you need something fast, setup an FTP server. I recommend FileZilla. If you plan on doing this a lot, setup SAMBA so you can share drives between a Linux and Windows machine.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414167#4141671Answer by BCS for How do I push a file from a Linux box to a Windows Box?BCS2009-01-05T19:17:31Z2009-03-05T06:30:56Z<p>IIRC</p>
<ul>
<li><a href="http://us6.samba.org/samba/" rel="nofollow">Samba</a> lets you access windows shares from Linux</li>
<li><a href="http://technet.microsoft.com/en-us/interopmigration/bb380242.aspx" rel="nofollow">SFU</a> would let the windows side present an NFS interface</li>
<li>I haven't found any I lake but there are free and not free FTP servers for windows</li>
<li>I once a long time ago ran SSH on a windows box so it can be done.</li>
</ul>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414175#4141751Answer by sjbotha for How do I push a file from a Linux box to a Windows Box?sjbotha2009-01-05T19:18:31Z2009-01-05T19:18:31Z<p>You can use smbclient to transfer a file via SMB (Windows file sharing).</p>
<p>A sample command to upload a file:</p>
<p>smbclient \\172.16.1.3\c$ -U jwhittal -Tc backup.995.tar pdf995/</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/414275#4142751Answer by Hans for How do I push a file from a Linux box to a Windows Box?Hans2009-01-05T19:50:22Z2009-01-05T19:50:22Z<p>You know, working with Linux/BSD/OS X systems for so long now, you sometimes take for granted the simplest and commonest of things that you just don't get out of the box on Windows (or easily installed for that matter), like ssh/scp/rsync/etc.</p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/613791#6137910Answer by TokenMacGuy for How do I push a file from a Linux box to a Windows Box?TokenMacGuy2009-03-05T06:39:35Z2009-03-05T06:39:35Z<p>Having tried many things, The best choice seems to be to favor the remote machine, since you can't easily fiddle with settings from there. From a windows machine to a unix/linux machine, always use a SCP client to their SSH, and from unix/linux, use smb/cifs client to connect and upload to the Windows File Sharing already present there. </p>
http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box/795664#7956640Answer by Michael for How do I push a file from a Linux box to a Windows Box?Michael2009-04-27T23:18:10Z2009-04-27T23:18:10Z<p>I'm surprised this wasn't mentioned yet, but Dropbox is an instant and very pain-free way of doing it. Works on mac, Windows, and Linux across networks.</p>