Hi,
I have a question regarding the batch file. When that batch file is run, its ftps a csv file from windows to oracle end(ours is on unix platform). This is quite simple right?? But there are somethings I am unable understand in that file: Please have a look at the batch file below:
@echo off
ftp -n -s:.\FTP_CMDS\CT DI.FTP 135.65.246.214 > logs\CTDI_FTP.l og
In the above batch file, I am confused with the 'FTP_CMDS' folder. Inside that folder it has a file named 'CTDI.FTP'. What is this file with the extension '.FTP'. When I tried to look into that file its not opening in a notepad. I thgt that it will run if I double click it. So, I left it as it is. Please someone help me understand this.
Thanks,
Ravi
I have a question regarding the batch file. When that batch file is run, its ftps a csv file from windows to oracle end(ours is on unix platform). This is quite simple right?? But there are somethings I am unable understand in that file: Please have a look at the batch file below:
@echo off
ftp -n -s:.\FTP_CMDS\CT DI.FTP 135.65.246.214 > logs\CTDI_FTP.l og
In the above batch file, I am confused with the 'FTP_CMDS' folder. Inside that folder it has a file named 'CTDI.FTP'. What is this file with the extension '.FTP'. When I tried to look into that file its not opening in a notepad. I thgt that it will run if I double click it. So, I left it as it is. Please someone help me understand this.
Thanks,
Ravi
Comment