@FredZone: Generate log file for both sessions and compare them. I guess you will find what's different. If not, please post the logs.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
call "C:\Program Files\WinSCP3\WinSCP3.exe" /console /command /PrivateKey=C:\windowsuser_dsa.PPK "open unix_FID_dev:@UnixDevserver" "option confirm off" "put c:\Testfile.txt /home/user/unix_FID_dev/" "put c:\EODIndicator.txt /home/user/unix_FID_dev/"
1. What's the difference between SCP and WinSCP?
2. Is my understanding correct...SCP is for Unix and WinSCP is for Windows?
scp
client (typically use on Unix/Linux systems). WinSCP is Windows file transfer client. It uses SCP, but it is not just GUI counterpart of the command-line scp
.
3. How can I transfer file from Windows server to Unix Server using SCP automatically on daily basis?