Cardale Posted November 11, 2009 Share Posted November 11, 2009 I have a web server that is running Linux and it hosts a website where people can upload files for a game server which is running Windows XP well atleast ideally it would do this. I did host them both on the same server at one point and time and it was easy to move these documents from one location to the next. How would I do this on a windows(XP) machine from a linux machine(Ubuntu)? Thanks for the help. Quote Link to comment https://forums.phpfreaks.com/topic/181066-move-files-from-linux-to-windows/ Share on other sites More sharing options...
corbin Posted November 11, 2009 Share Posted November 11, 2009 You could set up a samba share or do it using a protocol like FTP. Quote Link to comment https://forums.phpfreaks.com/topic/181066-move-files-from-linux-to-windows/#findComment-955392 Share on other sites More sharing options...
Cardale Posted November 11, 2009 Author Share Posted November 11, 2009 how is performance on the samba share? Quote Link to comment https://forums.phpfreaks.com/topic/181066-move-files-from-linux-to-windows/#findComment-955447 Share on other sites More sharing options...
gizmola Posted November 11, 2009 Share Posted November 11, 2009 how is performance on the samba share? I think this sounds like the right solution for your requirement -- will make the files transparently available on the XP machine. Performance should not be an issue, as this looks and feels just like any fileserver mount. Quote Link to comment https://forums.phpfreaks.com/topic/181066-move-files-from-linux-to-windows/#findComment-955448 Share on other sites More sharing options...
Cardale Posted November 11, 2009 Author Share Posted November 11, 2009 I went with sshfs. Works great. Quote Link to comment https://forums.phpfreaks.com/topic/181066-move-files-from-linux-to-windows/#findComment-955478 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.