Exorting files from unix web server to windows?

Discussion in 'Server Operation' started by Randolph, Sep 29, 2010.

  1. Randolph

    Randolph New Member

    the senario is tht I need to move a unix file from the unix based web/app server to windows system... I am using content dispostion for this purpose, i am readin the file from the unix location and creating the same file on windows location, the jsp as you knw are already on the web server.. the same jsp works perfectly when i do this operation to move a file frm one loc another when both the locations are on the same platform..
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Why don't you download the file with FTP or SCP and then upload it to your Windows server?
     

Share This Page