Zend certified PHP/Magento developer

Windows 10 scp returns “fork: No such file or directory”

Want to use scp to copy a file to a remote server using:

scp C:Usersmepathtofile.zip user@remotelinux.server:./directory

Windows 10 does not recognize the remote location and returns fork: No such file or directory

Doing scp C:Usersmepathtofile.zip user@remotelinux.server copies the file to a new file called user@remotelinux.server.

I can log on the remote server with ssh user@remotelinux.server. scp returns the options list.

Played with config, added a key, same error returns. Would be nice to do this on command line without WinSCP and work from one window. This problem has been around too long.