Allow upload mimetypes (file type extension)
This tutorial shows how to add file extensions and mimetypes to the list of allowed files of DokuWiki to get exotic files uploaded (invalid file error).
This tutorial shows how to add file extensions and mimetypes to the list of allowed files of DokuWiki to get exotic files uploaded (invalid file error).
#Copy something from this system to some other system: $> scp /path/to/local/file username@hostname:/path/to/remote/file  #Copy something from some system to some other system: $> scp username1@hostname1:/path/to/file username2@hostname2:/path/to/other/file  #Copy something from another system to this system: $> scp username@hostname:/path/to/remote/file /path/to/local/file You can add a port with the -P param You can do it recursive with […]