Note that there are some explanatory texts on larger screens.

plurals
  1. POGet files from ftp with same name
    primarykey
    data
    text
    <p>I've been asked to download a directory from an ftp server.</p> <p>The problem is that directories contain files with the same name. At first I immediatly thought this was a windows/unix thing and lower/uppercase was the cause of this, but it wasn't: see here an ftp ls of the server:</p> <pre><code>ftp&gt; ls 200 PORT command succeeded xxx.xxx.xxx.xxx:53930 150 Opening data connection for LIST drwxr-x--- 1 -2 6240 0 Jul 30 2010 WID -rw-r----- 1 55247 6240 405233 Jul 30 2010 5639 - Daniel - 05.Overeenkomsten.pdf -rw-r----- 1 55247 6240 25757 Aug 18 2010 5639 - Daniel - 05.Overeenkomsten.pdf -rw-r----- 1 55247 6240 5641 Jul 30 2010 5639 - Daniel - 07.Veiligheidsbrochure.pdf -rw-r----- 1 55247 6240 6242 Jul 30 2010 5639 - Daniel - 08.Huisvestingsverklaring.pdf -rw-r----- 1 55247 6240 10548 Jul 30 2010 5639 - Daniel - 09.Inschrijving gemeente.pdf -rw-r----- 1 55247 6240 30901 Jul 30 2010 5639 - Daniel - 10.Instroomtabel.pdf -rw-r----- 1 55247 6240 45206 Jul 30 2010 5639 - Daniel - 11.Ziektekostenverzekering.pdf -rw-r----- 1 55247 6240 20625 Jul 30 2010 5639 - Daniel - 14.Academy overeenkomst.pdf -rw-r----- 1 55247 6240 39641 Jul 30 2010 5639 - Daniel - 16.Eigenschappen en kwalificaties.pdf -rw-r----- 1 55247 6240 22230 Jul 30 2010 5639 - Daniel - 17.Checklist.pdf -rw-r----- 1 55247 6240 41730 Jul 30 2010 5639 - Daniel - 18.Zorgtoeslag.pdf -rw-r----- 1 55247 6240 356980 Sep 21 2010 5639 - Daniel - 18.Zorgtoeslag.pdf -rw-r----- 1 55247 6240 15690 Jul 30 2010 5639 - Daniel - 99.Overige bijlagen.pdf -rw-r----- 1 55247 6240 71909 Jul 30 2010 5639 - Daniel - 99.Overige bijlagen.pdf -rw-r----- 1 55247 6240 12914 Jul 30 2010 5639 - Daniel - 99.Overige bijlagen.pdf -rw-r----- 1 55247 6240 13530 Jul 30 2010 5639 - Daniel - 99.Overige bijlagen.pdf 226 LIST successful. ftp&gt; </code></pre> <p>How is this possible? maybe some sort of virtual ftp server which combines directories?</p> <p>And more importantly how do I download these? There are too many files to edit manually. Is it possible to add a number to the filename if it already exists?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload