Search for files

Moderator: Project members

Post Reply
Message
Author
Lyal
500 Command not understood
Posts: 2
Joined: 2019-11-11 07:00

Search for files

#1 Post by Lyal » 2019-11-11 07:07

It would be nice to have a server-side function to search for a file by name. Quite great, if you also have the function to search for text in the file. Is there anything similar planned in the next versions?

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

Re: Search for files

#2 Post by boco » 2019-11-11 07:41

Searching for file names is already possible. Press F3 or menu "Server" - "Search remote files".

Searching for text inside files will never come, as it requires random file access (unless you want to download each and every file), which (S)FTP does not support.
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

Lyal
500 Command not understood
Posts: 2
Joined: 2019-11-11 07:00

Re: Search for files

#3 Post by Lyal » 2019-11-11 07:55

Its great!
Sorry, I didn't know about that option.
Thanks, Alex

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

Re: Search for files

#4 Post by botg » 2019-11-11 08:25

Small correction: Searching within files does not require random access. It however still requires the entire file to be downloaded.

Post Reply