Changeset 851 for branches/prototype-v0/zoo-project/zoo-kernel/sshapi.c
- Timestamp:
- Aug 31, 2017, 4:14:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-kernel/sshapi.c
r839 r851 337 337 sftp_handle = 338 338 libssh2_sftp_open(sessions[cnt]->sftp_session, targetPath, 339 340 339 LIBSSH2_FXF_WRITE|LIBSSH2_FXF_CREAT|LIBSSH2_FXF_TRUNC, 341 340 LIBSSH2_SFTP_S_IRUSR|LIBSSH2_SFTP_S_IWUSR| … … 513 512 sprintf(logPath,"%s/exec_out_%s",tmpPath->value,uuid->value); 514 513 FILE* logFile=fopen(logPath,"wb"); 514 free(logPath); 515 515 while(true){ 516 516 int rc;
Note: See TracChangeset
for help on using the changeset viewer.