bluegroper
Technical User
Hi forum
I'm trying to copy all files from a linux directory, to a directory on a remote windoze computer.
I can do it one file at time without bother.
But it borks if I try to copy ALL files using '*'.
Error is
Is there a way to do this ?
TIA's
- BG
I'm trying to copy all files from a linux directory, to a directory on a remote windoze computer.
I can do it one file at time without bother.
Code:
smbclient //workstation/drivec -Uuser%password -c 'lcd /directory; cd temp\directory; put filename.ext ; exit'
Code:
smbclient //workstation/drivec -Uuser%password -c 'lcd /directory; cd temp\directory; put * ; exit'
Code:
* does not exist
TIA's
- BG