Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |