Miscellaneous ssh2 fixes. plink is now relatively sane
[u/mdw/putty] / scp.h
CommitLineData
07d9aa13 1/*
2 * scp.h
fb09bf1c 3 * Joris van Rantwijk, Aug 1999, Jun 2000.
07d9aa13 4 */
5
fb09bf1c 6/* Exported from ssh.c */
7extern int scp_flags;
fb09bf1c 8char * ssh_scp_init(char *host, int port, char *cmd, char **realhost);
9int ssh_scp_recv(unsigned char *buf, int len);
10void ssh_scp_send(unsigned char *buf, int len);
11void ssh_scp_send_eof(void);
8f203108 12