Displaying 1 result from an estimated 1 matches for "dfprtvlbcc".
Did you mean:
  dfprtvbcc
  
1999 Dec 27
0
1.2pre17: -C option to scp
...user;
 		}
+		if (nolowports)
+			args[i++] = "-P";
 		args[i++] = host;
 		args[i++] = cmd;
 		args[i++] = NULL;
@@ -242,7 +248,7 @@
 	extern int optind;
 
 	fflag = tflag = 0;
-	while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q")) != EOF)
+	while ((ch = getopt(argc, argv, "dfprtvLBCc:i:P:q")) != EOF)
 		switch (ch) {
 		/* User-visible flags. */
 		case 'p':
@@ -253,6 +259,9 @@
 			break;
 		case 'r':
 			iamrecursive = 1;
+			break;
+		case 'L':
+			nolowports = 1;
 			break;
 		/* Server options. */
 		case 'd':