... and there's a Unix port of PSCP. Ooh.
[u/mdw/putty] / psftp.h
diff --git a/psftp.h b/psftp.h
index 8eb1187..44911f5 100644 (file)
--- a/psftp.h
+++ b/psftp.h
@@ -141,4 +141,10 @@ void finish_wildcard_matching(WildcardMatcher *dir);
  */\r
 int create_directory(char *name);\r
 \r
+/*\r
+ * Concatenate a directory name and a file name. The way this is\r
+ * done will depend on the OS.\r
+ */\r
+char *dir_file_cat(char *dir, char *file);\r
+\r
 #endif /* PUTTY_PSFTP_H */\r