Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8437 by doda, Fri Dec 13 03:11:16 2019 UTC revision 8924 by youlab, Mon Aug 24 10:53:55 2020 UTC
# Line 3953  __declspec(dllexport) int CALLBACK TTXSc Line 3953  __declspec(dllexport) int CALLBACK TTXSc
3953          return SSH_start_scp(pvar, filename, dstfile);          return SSH_start_scp(pvar, filename, dstfile);
3954  }  }
3955    
3956    __declspec(dllexport) int CALLBACK TTXScpSendingStatus(void)
3957    {
3958            return SSH_scp_sending_status();
3959    }
3960    
3961  __declspec(dllexport) int CALLBACK TTXScpReceivefile(char *remotefile, char *localfile)  __declspec(dllexport) int CALLBACK TTXScpReceivefile(char *remotefile, char *localfile)
3962  {  {
3963          return SSH_scp_transaction(pvar, remotefile, localfile, FROMREMOTE);          return SSH_scp_transaction(pvar, remotefile, localfile, FROMREMOTE);

Legend:
Removed from v.8437  
changed lines
  Added in v.8924

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26