From 16a8e285156c77c1adc0c64d8ed3b1801459bce6 Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 23 Jun 2021 22:58:24 -0500 Subject: [PATCH] add ftp handler --- sh/ftphandle | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 sh/ftphandle diff --git a/sh/ftphandle b/sh/ftphandle new file mode 100755 index 0000000..8a53335 --- /dev/null +++ b/sh/ftphandle @@ -0,0 +1,6 @@ +#!/bin/sh + +# This one is relatively simple. Relay the first argument to +# ncftp and then you're done. + +ncftp $1