mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
--- ftp-ls.sh.orig Tue Nov 24 02:02:51 1998
|
|
+++ ftp-ls.sh Tue Nov 24 02:03:00 1998
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
# ftp.sh output_file host directory user pass
|
|
ftp -n $2 > $1 2> $1 <<EOC
|
|
user $4 $5
|
|
--- ftp.sh.orig Tue Nov 24 02:02:48 1998
|
|
+++ ftp.sh Tue Nov 24 02:02:56 1998
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
# ftp.sh output_file host directory remote_file local_file user pass
|
|
ftp -n $2 > $1 2> $1 <<EOC
|
|
user $6 $7
|