Creating a file via 'dir' on an FTP link
Creating a file via 'dir' on an FTP link
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!