INPI FTP Server data access

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
wizark
500 Command not understood
Posts: 2
Joined: 2022-12-13 21:06
First name: Peter
Last name: Johnson

INPI FTP Server data access

#1 Post by wizark » 2022-12-13 22:01

Hello everyone,

I'm relatively new to Filezilla. I tried to find a solution in the documentation and everything and I'm just here to make sure that I'm not the only one with a specific access problem.
I'm just trying to explore what's on the INPI's FTP server.
The problem is that I cannot see any other thing than the an empty directory called "public", I see no files, no other directories

I chose the right protocol (FTP).
I entered the host adress, the port and the login correctly, same with password, the transfer is passive. Overall, the connection seems fine. The problem is the directory I'm looking at. It's all empty.
https://i.postimg.cc/XZBqmW7h/Untitled.png

Code: Select all



Status:	Connecting to 81.252.220.78:21...
Status:	Connection established, waiting for welcome message...
Response:	220 FTP Server ready.
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	TLS connection established.
Command:	USER [my_username]
Response:	331 Password required for [my_username]
Command:	PASS [my_pwd]
Response:	230 User [my_username] logged in
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	550 FEAT: Operation not permitted
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Logged in
Here is some other info I can give you in case you wanna try it yourself ;
- The INPI regroups Intellectual Property data on French patents but also companies financial disclosures. That's what I'm interested in.
- Here is the general info page : https://data.inpi.fr/content/editorial/ftp_server_Companies
- Here is a document with the technical informations : https://www.inpi.fr/sites/default/files/inpi_annual_accounts_ftp_april2021_v1.8.pdf
And here are the infos I entered
https://i.postimg.cc/q6V3jRsj/Untitled.png

Do you have the same problem as I ?
Is this a matter of access ? Or is there something I'm just not getting ?

Thanks in advance for helping a noob

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: INPI FTP Server data access

#2 Post by botg » 2022-12-14 09:24

Do you have directory listing filters enabled by chance?

wizark
500 Command not understood
Posts: 2
Joined: 2022-12-13 21:06
First name: Peter
Last name: Johnson

Re: INPI FTP Server data access

#3 Post by wizark » 2022-12-15 00:31

botg wrote:
2022-12-14 09:24
Do you have directory listing filters enabled by chance?
I disabled all filters, nothing seems to have changed unfortunately. :(

Post Reply