Results 1 to 4 of 4
I am running a linux server and am familiar with scp somewhat, and have used it successfully in the past. but that was talking to another linux server.
Thing is, ...
- 01-22-2010 #1Just Joined!
- Join Date
- Apr 2003
- Posts
- 52
transferring files from Linux server to Microsoft server - will scp work?
I am running a linux server and am familiar with scp somewhat, and have used it successfully in the past. but that was talking to another linux server.
Thing is, here I need to talk with a Windows server. how do I do that.
In addition, their server may require a VPN, which seems to add another layer of complexity. Any suggestions on this? I really appreciate it!
Thanks,
Samuel
- 01-22-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You really aren't providing enough information to help much. In any case, to use scp to copy from the Linux to Windows server you will likely need to install Windows' Services for Unix tools. As for the VPN, Linux has the OpenVPN package to provide client and server VPN services. Whether it works with your Windows server or not depends upon the VPN they use. Most recent ones should not be a problem, and others may have a Linux or cross-platform (Java) client. One of my corporate clients had such, and the Java-based VPN client worked just fine on my CentOS 5.x server to communicate with and transfer files to/from their Windows file servers.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-22-2010 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: scp
Google: windows services for unix
SCP relies on an SSH server. Windows does not have one unless you install it. Windows Services for Unix does not install an SSH server.
- 01-22-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
