How to check if folder name exist or not in FTP server using shell script - Toolbox for IT Groups

How to check if folder name exist or not in FTP server using shell script - Toolbox for IT Groups

瀏覽:746
日期:2025-04-26
Hello All, Greetings...! I have a scenario. I want to check whether folder name exist or not in FTP server using shell script. I ... ... cd $ver; rm -f *.* is very scary. If the cd fails, the rm works in the directory you started in. cd $ver && rm -f *.* ...看更多