F5F Stay Refreshed Software Operating Systems Creating a file via 'dir' on an FTP link

Creating a file via 'dir' on an FTP link

Creating a file via 'dir' on an FTP link

K
KawiianMili
Posting Freak
786
08-21-2016, 08:56 PM
#1
Hi there! I see the title might be a bit unclear. You're looking to list files from your FTP directory with their full paths, similar to how you do it locally. On Windows, you can use commands like 'dir /b /s > filepaths.txt' while in the target folder. For FTP, you can try using the same command syntax in your FTP client or script to retrieve and save the paths. If you're using FileZilla, you can export the contents directly to a file. Let me know if you need more details!
K
KawiianMili
08-21-2016, 08:56 PM #1

Hi there! I see the title might be a bit unclear. You're looking to list files from your FTP directory with their full paths, similar to how you do it locally. On Windows, you can use commands like 'dir /b /s > filepaths.txt' while in the target folder. For FTP, you can try using the same command syntax in your FTP client or script to retrieve and save the paths. If you're using FileZilla, you can export the contents directly to a file. Let me know if you need more details!