Hi all, I'm trying to setup an archive path to send to an FTP destination that has a space in the file path. I can't seem to figure out the syntax to permit this. The command keeps erroring out where the space is. For example:
path ftp://name:password@ftp.com/space folder/directory/
It gives me an error at the "space folder" part thinking that "folder/directory" is a new command. Is there a way to add the file path with a space?