Is it possible to place a robots.txt/no index before uploading a file?

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
MarlonH
500 Command not understood
Posts: 3
Joined: 2018-09-10 09:00

Is it possible to place a robots.txt/no index before uploading a file?

#1 Post by MarlonH » 2018-09-10 09:09

I don't want my pages (pfd files) to be found in Google. Is it possible to place a robots.txt/noindex before uploading a file? Thanks!

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

Re: Is it possible to place a robots.txt/no index before uploading a file?

#2 Post by botg » 2018-09-10 12:52

Manually? Sure. Just not automatically.

MarlonH
500 Command not understood
Posts: 3
Joined: 2018-09-10 09:00

Re: Is it possible to place a robots.txt/no index before uploading a file?

#3 Post by MarlonH » 2018-09-10 13:13

Can you please explain to me how to do this manually? We do not work with Filezilla that often. It's probably really easy but yet unkown ;)

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

Re: Is it possible to place a robots.txt/no index before uploading a file?

#4 Post by botg » 2018-09-10 13:39

Just manually upload the robots.txt before you manually upload that other file.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Is it possible to place a robots.txt/no index before uploading a file?

#5 Post by boco » 2018-09-10 14:47

Example robots.txt contents:

Code: Select all

User-Agent: *
Disallow: /
This example globally denies all search engines. Note that not all such services actually use the robots.txt. They aren't forced to obey it.

For hard-disabling directory listings, use a directory directive or a .htaccess file.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

MarlonH
500 Command not understood
Posts: 3
Joined: 2018-09-10 09:00

Re: Is it possible to place a robots.txt/no index before uploading a file?

#6 Post by MarlonH » 2018-09-11 08:15

Thanks!

Post Reply