Displaying 1 result from an estimated 1 matches for "delete_sourc".
Did you mean:
delete_source
2006 May 14
1
scp patch to delete source files after copy
...es.
Adam
*** scp.c 2006-01-31 22:11:38.000000000 +1100
--- scp.c.new 2006-05-14 18:11:14.000000000 +1000
***************
*** 99,104 ****
--- 99,107 ----
/* This is set to zero if the progressmeter is not desired. */
int showprogress = 1;
+ /* Delete the source after copying. */
+ int delete_source = 0;
+
/* This is the program to execute for the secured connection. ("ssh" or -S) */
char *ssh_program = _PATH_SSH_PROGRAM;
***************
*** 278,284 ****
addargs(&args, "-oClearAllForwardings yes");
fflag = tflag = 0;
! while ((ch = getopt(argc, argv,...