Reid Thompson
Reid Thompson
Migrate hard/soft link creation to driver and storage interface. Utilize an enum to signify whether link should be a hard or soft link. The posix driver was the only current...
I had to make some minor changes in order to get noaa to work with my new/current system. The test_helper.rb and gemspec changes i think were inadvertant on my part...
Update error handling for libssh2_sftp_rename_ex in storageWriteSftpClose for file already exists. During development and testing the sftp servers never returned file already exists (#define LIBSSH2_FX_FILE_ALREADY_EXISTS 11UL), rather they returned LIBSSH2_FX_FAILURE...