Switched to getenv('HOME') instead of tilde to correct the path
Added logic to determine the sftp port since git_port is not
available in the connection info for test and live sites
Changed UseSSL from 2 to 1
Believe it or not, the tilde causes problems with file operations. I've seen the same thing happen in Mac OS also so we better add back in getenv('HOME') in the paths.
Believe it or not, the tilde causes problems with file operations. I've seen the same thing happen in Mac OS also so we better add back in getenv('HOME') in the paths.