I use a simple *.sh file to ftp files from a windows server to unix server.
At the end of ftp job, I want to create a text file which will act as a trigger file for another job.
Can you create a file within a ftp session?
Example... I ftp (get) approx 50 client files in the morning, once the ftp job gets the last file, I want to create a trigger file "start.txt" to use. Can this be done from the ftp session?
Help is appreciated.
At the end of ftp job, I want to create a text file which will act as a trigger file for another job.
Can you create a file within a ftp session?
Example... I ftp (get) approx 50 client files in the morning, once the ftp job gets the last file, I want to create a trigger file "start.txt" to use. Can this be done from the ftp session?
Help is appreciated.