How to execute a list of directories but only display directories?
I tried ls | grep '/' , but it was rejected with an error
:: local local directory file ls
This is because the FTP command line is different from the regular linux command line, but I was wondering if there was anything in the FTP command
Thanks in advance
source
share