ColdGrub1384 / Pisth

SSH and SFTP client for iOS
https://develobile.com/pisth
Apache License 2.0
412 stars 67 forks source link

NMSSH: Could not open file at path /root/123/ (Error -31: Failed opening remote file) #28

Closed WQDev2013 closed 4 years ago

WQDev2013 commented 4 years ago

when "- (BOOL)writeContents:(nonnull NSData )contents toFileAtPath:(nonnull NSString )path" called,the problem happens

WQDev2013 commented 4 years ago

Problem solved,path should be append "/filename.xxx"