Search Results

Search: Posts Made By: dexposit
8,914
Posted By dexposit
one more question if i want to do a remote...
one more question

if i want to do a remote execution in a win server, how i can do that?

for example, in unix i do something like that:

ssh user@server "/usr/batch/m.sh"

how i do this...
8,914
Posted By dexposit
and one more question. if i need to execute...
and one more question.

if i need to execute from the unix server to the win server one *.cmd?

in unix i do something like that:

ssh user@server "/usr/batch/AAAAMMDDHH.sh"

to execute one...
8,914
Posted By dexposit
oooook a lot of thanks. well i propose this...
oooook a lot of thanks.

well i propose this solution to the rest of the people to know what they think.

thx
8,914
Posted By dexposit
hello guys well, the win server is in the...
hello guys

well, the win server is in the same network but i can't mount a a share folder, i'm not the server admin.

if i use scp and ssh to send and to recive files into win server and unix...
8,914
Posted By dexposit
a lot of thanks guys. I have read that i need to...
a lot of thanks guys. I have read that i need to install a ssh service in a win server, and then i can use ssh and scp like in unix. What do you think?
8,914
Posted By dexposit
the proble is that i only have a ftp user, i can...
the proble is that i only have a ftp user, i can connect only to a 21 port. I can't do a scp into unix to de win server.
8,914
Posted By dexposit
Yes, i use scp and ssh into unix enviroment, but...
Yes, i use scp and ssh into unix enviroment, but if i have to do a put command on a unix enviroment to a windows enviroment how i can to check if the files arrive on a win server??
8,914
Posted By dexposit
SFTP bash put/get/rm check
Hello, i'm doing something like that


#!/bin/sh
sftp 172.18.255.140 <<End-Of-Session >> /usr/batch/logsftp.txt
user batch
ascii
lcd /usr/batch
get olaola.txt
bye
End-Of-Session
 
if [...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 08:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy