How do i send a file from unix to windows server using ftp or windoes ?
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “How do i send a file from unix to windows server using ftp or windoes ?”.
2 Responses to “How do i send a file from unix to windows server using ftp or windoes ?”

You provided very little information.
If you can FTP then I assume both computers have an internet connection.
Simply upload to the FTP site with Unix and download with Windows.
Did you know that Internet Explorer has a built-in FTP client?
It works just like an Explorer window. Just copy and paste or drag and drop.
If you don’t have a good FTP location, you can transfer large files with YouSendIt.com.
OK?
Report this comment
What you need to do is to ftp the file from within windows. First you need to know the name of the computer that has the file. Lets say it is unit.box.com and the file you want is gimme.file
Then you will ftp unit.box.com
Provide username and password if required.
cd to directory that has the file.
type binary
type prompt
type mget gimme.file (add a space here)
type quit or stop whichever your ftp program requires.
That is it.
Good luck,
Z
Report this comment