How do I push a file from a Linux box to a Windows Box? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T10:45:49Z http://stackoverflow.com/feeds/question/414111 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/414111/how-do-i-push-a-file-from-a-linux-box-to-a-windows-box 1 How do I push a file from a Linux box to a Windows Box? Stephen 2009-01-05T18:58:22Z 2009-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#414122 0 Answer by hyperboreean for How do I push a file from a Linux box to a Windows Box? hyperboreean 2009-01-05T19:01:48Z 2009-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#414132 1 Answer by Max for How do I push a file from a Linux box to a Windows Box? Max 2009-01-05T19:04:40Z 2009-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#414134 5 Answer by Suraj Barkale for How do I push a file from a Linux box to a Windows Box? Suraj Barkale 2009-01-05T19:04:49Z 2009-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#414135 10 Answer by Bob Rivers for How do I push a file from a Linux box to a Windows Box? Bob Rivers 2009-01-05T19:05:20Z 2009-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#414139 4 Answer by Nicholas for How do I push a file from a Linux box to a Windows Box? Nicholas 2009-01-05T19:06:09Z 2009-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#414150 0 Answer by j0rd4n for How do I push a file from a Linux box to a Windows Box? j0rd4n 2009-01-05T19:09:27Z 2009-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#414167 1 Answer by BCS for How do I push a file from a Linux box to a Windows Box? BCS 2009-01-05T19:17:31Z 2009-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#414175 1 Answer by sjbotha for How do I push a file from a Linux box to a Windows Box? sjbotha 2009-01-05T19:18:31Z 2009-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#414275 1 Answer by Hans for How do I push a file from a Linux box to a Windows Box? Hans 2009-01-05T19:50:22Z 2009-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#613791 0 Answer by TokenMacGuy for How do I push a file from a Linux box to a Windows Box? TokenMacGuy 2009-03-05T06:39:35Z 2009-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#795664 0 Answer by Michael for How do I push a file from a Linux box to a Windows Box? Michael 2009-04-27T23:18:10Z 2009-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>