Save your files, encrypted and compressed.
Create a server, which is capable of receiving files from the user, and save these files in an encrypted and compressed form in a selected path.
- get user PATH to save data;
- create folder if not exists;
- receiving user data;
- change string to a automatic path;
- verify if path to save file has
/
in final; - compress file before save;
- cryptography the file;
- save final data on selected path;