This script, written in Python, allows to connect to server via FTP, loop through the filesystem. When a directory is encountered, script creates local directory. When it is a file – script creates new empty file locally and transfers bytes from file on the server to local copy in binary mode. This script can be used either as a part of deployment mechanism or just to create a backup of server.