-1

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

user525146
  • 3,918
  • 14
  • 60
  • 103

1 Answers1

0

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.

mylesmg
  • 542
  • 3
  • 8
  • I am sorry I am a newbie so finding it hard to find the requirements and installation instructions. I have installed winSCP on Windows server. I have not idea of how do I connect from the linux laptop to the server. – user525146 Apr 08 '11 at 03:11
  • 1
    It's easiest if you connect to your Linux box from the Windows machine. Then it's just like a normal file browser (mostly), just move files over. – mylesmg Apr 11 '11 at 12:33