I can connect to the local ftp server, but when I ask the filelist (using raw ftp command), it says, command not implemented. I seem to see some code about that in the source though (I don't know python actually). I am testing under windows. I tried using filezilla, which fails because of the PORT command it wants to send before getting the list. I also tried the windows ftp command, but that fails too, because that uses the NLST command (which probably is not implemented)
any hints?
matthias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I can connect to the local ftp server, but when I ask the filelist (using raw ftp command), it says, command not implemented. I seem to see some code about that in the source though (I don't know python actually). I am testing under windows. I tried using filezilla, which fails because of the PORT command it wants to send before getting the list. I also tried the windows ftp command, but that fails too, because that uses the NLST command (which probably is not implemented)
any hints?
matthias