I am trying to transfer one zip file from a linux based machine to a Windows based using SCP.
I can go through the transfer ok but when it completes it says "No space left on device".
The destination of the share has a LOT of free space. I am transferring a file of around 5 gig but theres several hundred gig free on the share.
I was thinking it might be an issue thh directory paths. On the windows server box the share would be c:\folder when I use SCP in linux I use /folder.
Hope this makes sense.