Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
invoke bat file from FTP Urgent!
Name: bengalliboy Date: August 15, 2005 at 11:02:59 Pacific OS: win2003 CPU/Ram: 522
Comment:
I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a bat file which is on this windows server after the server get the UNIX ftped file. How do I do this? Can this be done inside my ftp command from UNIX or do I need to do this on Win2003 side? If so how? TIA
Name: Luke Chi Date: August 15, 2005 at 12:31:11 Pacific
Reply:
In your Unix shell script:
1. non-secured:
ftp (or rcp) ... rsh (or remsh) ...
2. secured (like kerberos , publickey or machine local password):
scp ... ssh ...
Luke Chi
0
Response Number 2
Name: bengalliboy Date: August 15, 2005 at 12:34:40 Pacific
Reply:
I am using FTP and have the logon on my (.nrcs) file but I can use any command that I need to... What do you suggest?
0
Response Number 3
Name: Luke Chi Date: August 15, 2005 at 13:39:48 Pacific
Reply:
It depends on your company's security policy.
The secured way needs the complicated setup done before you are able to use it. So, if your company allows you to use the non-secured way, just use the non-secured way.
Summary: I really appreciate if any one can shed some idea on this.... I have SFU (Windows services for UNIX 3.x)installed and I would like to invoke a win32 .bat file from within (I am using ksh). Note, I can...
Summary: Hi, I am new into Unix and I have 2 files A & B coming into my FTP site on 2nd day of all month. The files are in the format A_YYMMDD_HHMISS Ex: A_081102_180708 ...
Summary: I am trying to FTP an excel file from NT box to Unix box using a Cntl-M script. The FTP is sucessful, but the file cannot be openend on the unix box. What could be the problem? thanks ...