Everything ftp read-write function

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
zsh2708
Posts: 9
Joined: Thu Mar 22, 2018 1:14 am

Everything ftp read-write function

Post by zsh2708 »

Everything ftp read-write function,
Can you only choose whether to download it, and can you add an optional write - to - write function?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything ftp read-write function

Post by void »

The Everything ETP/FTP server is read-only.

Downloading is enabled by default, to disable FTP downloading:
  • In Everything, from the Tools menu, click Options.
  • Click the ETP/FTP Server tab on the left.
  • Uncheck Allow file download.
  • Click OK.
I have on my TODO list an ETP/FTP upload option. However it is low priority.
zsh2708
Posts: 9
Joined: Thu Mar 22, 2018 1:14 am

Re: Everything ftp read-write function

Post by zsh2708 »

void wrote:The Everything ETP/FTP server is read-only.Downloading is enabled by default, to disable FTP downloading:
  • In Everything, from the Tools menu, click Options.
  • Click the ETP/FTP Server tab on the left.
  • Uncheck Allow file download.
  • Click OK.
I have on my TODO list an ETP/FTP upload option. However it is low priority.

Editing and uploading functions are important, and these will be a complete FTP server.
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: Everything ftp read-write function

Post by horst.epp »

zsh2708 wrote:
void wrote:The Everything ETP/FTP server is read-only.Downloading is enabled by default, to disable FTP downloading:
  • In Everything, from the Tools menu, click Options.
  • Click the ETP/FTP Server tab on the left.
  • Uncheck Allow file download.
  • Click OK.
I have on my TODO list an ETP/FTP upload option. However it is low priority.

Editing and uploading functions are important, and these will be a complete FTP server.
Everything is not an FTP server it only provides its indexes by ftp protocol.
I don't see any need for an FTP write which also may give a lot of security issues.
There are enough free FTP servers available.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Everything ftp read-write function

Post by NotNull »

horst.epp wrote: Everything is not an FTP server it only provides its indexes by ftp protocol.
I don't see any need for an FTP write which also may give a lot of security issues.
There are enough free FTP servers available.
Agreed.
And that's beside the fact that this would probably cause a security nightmare:
ETP server has most likely full control locally on the server and that would give any user the possibility to overwrite important system/sensitive/.. files.

EDIT: @horst.epp: I completely overlooked your which also may give a lot of security issues.
That makes my message completely redundant...
Now I agree even more :)
Post Reply