Jump to content

Writing a file using using 'dir' on an FTP connection?

Hi LTT!

 

I know the title is confusing but here's what I'm interested in:

I'm connected to my domain using FTP via cmd.... Okay the somewhat confusing part is over. I navigate to my desired folder and I now i want to make a text file of the files in the directory including their full paths (\site\public_html\folder\...).

Now, locally on windows you can do that pretty handy using 'dir /b /s > filepaths.txt' while you're in your desired folder of course.

How can I mimic this action on an ftp connection? Or is there maybe another way to do this?

I've tried doing it on windows explorer too but you can't, tried doing something using filezilla too but didn't find a way, basically I tried everything that comes to my mind before posting here....

 

Thanks in advance to anyone who both understands my request and knows how to help!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×