Notes‎ > ‎

Servers

FTP a file

wget ftp://$username:[email protected]$domain.com/$path/$file

Zip a file

zip $file

Recursively zip a folder

zip -r $folder

Unzip

unzip $file

Change owner

Recursively
chown -hR $new-owner *


Comments