Hello,
Probably another newbie question, but maybe not. If connectivity is established between a FreeBSD (called the Server) and a windows computer (called the Remote), I could run a network command from the Remote because I installed Cygwin. The command (for instance scp) is of the form
I ran it and it works. But if the remote has not Cygwin installed, I would rather wish to run the command on the server. The command would be of the form
But what is ????????.
Is it possible (I would be surprised if it is not) , and if yes what is the syntax? I could find this anywhere. If you wonder why I want this information, it's because I want to run RSync on the server to backup several windows computers.
Gabier
Probably another newbie question, but maybe not. If connectivity is established between a FreeBSD (called the Server) and a windows computer (called the Remote), I could run a network command from the Remote because I installed Cygwin. The command (for instance scp) is of the form
Code:
scp /Cygdrive/E/Windowsuser/"My Documents"/xyz freebsduser@server:dir/abcd
I ran it and it works. But if the remote has not Cygwin installed, I would rather wish to run the command on the server. The command would be of the form
Code:
scp Windowsuser@remote:???????? dir/abcd
But what is ????????.
Is it possible (I would be surprised if it is not) , and if yes what is the syntax? I could find this anywhere. If you wonder why I want this information, it's because I want to run RSync on the server to backup several windows computers.
