file()) ->replace('__src__', $this->src) ->replace('__dest__', $this->dest) ->replace('__host__', $this->host) ->replace('__port__', $this->port) ->replace('__username__', $this->username) ->replace('__password__', $this->password) ->replace('__ssl__', $this->ssl ? 's' : '') ->replace('__passive__', $this->passive ? '--ftp-pasv' : '') ->toString(); } }