Zend.to web based file transfer initial install and setup

Опубликовано: 23 Октябрь 2024
на канале: thetechguysguide
346
4

#ftp #zendto #zend.to #filetransfer #email #largefiletransfer #rockylinux9


Hello this video is about Zend.To a wonderful program for on premise large file transfers to and from the internet, via a server that you host. This video is about the initial install and setup on Rocky Linux 9

https://zend.to/

Commands to run at the command line of a installed and updated Rocky Linux 9.1


***** Install Zendto

***** Rocky 9.1 needs to have modified crypto policy to install zendo.to
update-crypto-policies --set DEFAULT:SHA1

***** Download the installer:
curl -O https://zend.to/files/install.ZendTo.tgz

***** Unpack it and cd into it:
tar xzf install.ZendTo.tgz
cd install.ZendTo

***** Run the installer:
./install.sh

***** Follow on screen prompts and select defaults

**** Switch Back Rocky 9.1 crypto policy
update-crypto-policies --set DEFAULT

***** Reboot Rocky 9.1
reboot