Search code examples
windows-server-2003fedorafile-transferfilezilla

How to transfer files from linux(Fedora) to Windows server 2003


I wanted to know how would I be able to transfer files from linux onto windows server 2003. Do I need to install a filezilla server on the windows and connect from my linux to windows and transfer the files or is there any other process that would help me in transferring files from linux to windows.

I am developing a website on the localhost and want to transfer the files from my local machine to remote windows server.

Thanks in Advance


Solution

  • This should be a pretty simple one for you to actually perform. Try using an SCP client like this: http://winscp.net/eng/index.php

    Should be straightforward once you get it installed.