Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ettienne328

    SFTP : SSH_FX_FAILURE

    Hi. I am trying to do a fsetstat on a file using sftp: fileAttributes = sftpClient.fstat(fileHandle); fileAttributes.permissions = new Integer(00777); sftpClient.fsetstat(fileHandle, fileAttributes); The files permission gets changed as requested on the server but an exception gets...

Part and Inventory Search

Back
Top