sitecopy
program for managing a WWW site via FTP, SFTP, DAV or HTTP
Install
- All systems
-
curl cmd.cat/sitecopy.sh
- Debian
-
apt-get install sitecopy
- Ubuntu
-
apt-get install sitecopy
- Kali Linux
-
apt-get install sitecopy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sitecopy
- Raspbian
-
apt-get install sitecopy
- Dockerfile
- dockerfile.run/sitecopy
sitecopy
program for managing a WWW site via FTP, SFTP, DAV or HTTP
Sitecopy is for copying locally stored websites to remote servers. With a single command, the program will synchronize a set of local files to a remote server by performing uploads and remote deletes as required. The aim is to remove the hassle of uploading and deleting individual files using an FTP client. Sitecopy will also optionally try to spot files you move locally, and move them remotely. Sitecopy is designed to not care about what is actually on the remote server - it simply keeps a record of what it THINKS is in on the remote server, and works from that.