Hi All,
I am looking for such FTP command that gives me list of all directory and sub-directory contents.
for example, my directory contains following -
javadir1/javadir2/javadir3/file.txt
coboldir1/coboldir2/file.pdf
cdir1/cdir2/cdir3/cdir4/cdir5/file.pdf
Command dir or ls gives output but the problem with these command is it gives upto 1 level of the directory content like following -
dir cdir1/*.*
Output of above command is cdir1/cdir2/ but here cdir3..5 available but not listing.
So I want such command that gives me all the directory and sub-directory contents till the end. So my output would be
dir cdir1 then output would be "cdir1/cdir2/cdir3/cdir4/cdir5/file.pdf" this way I do not need to go each and every directory to get all the directory and sub-directory contents. So for every directory "javadir1" or "coboldir1" or "cdir1" it should show all the sub-directory contents.
Is there way to get this done...!!!
I am looking for such FTP command that gives me list of all directory and sub-directory contents.
for example, my directory contains following -
javadir1/javadir2/javadir3/file.txt
coboldir1/coboldir2/file.pdf
cdir1/cdir2/cdir3/cdir4/cdir5/file.pdf
Command dir or ls gives output but the problem with these command is it gives upto 1 level of the directory content like following -
dir cdir1/*.*
Output of above command is cdir1/cdir2/ but here cdir3..5 available but not listing.
So I want such command that gives me all the directory and sub-directory contents till the end. So my output would be
dir cdir1 then output would be "cdir1/cdir2/cdir3/cdir4/cdir5/file.pdf" this way I do not need to go each and every directory to get all the directory and sub-directory contents. So for every directory "javadir1" or "coboldir1" or "cdir1" it should show all the sub-directory contents.
Is there way to get this done...!!!






Comment