hei mate i really need this script cause of password check :P
but i have also 15 sites...and i don't understand if i have to specify all the combinations in the .tcl or something..
if {$Ftp1 == "server1"} {set Ftp1 = "01"}
if {$Ftp1 == "server2"} {set Ftp1 = "02"}
if {$Ftp2 == "server1"} {set Ftp2 = "01"}
if {$Ftp2 == "server2"} {set Ftp2 = "02"}
i mean, is this for:
!transfert biboun somepasswd server1 server2 2000
and maybe also
!transfert biboun somepasswd server2 server1 2000
? thx