add ftp handler

This commit is contained in:
randomuser 2021-06-23 22:58:24 -05:00
parent f59c0a356e
commit 16a8e28515
1 changed files with 6 additions and 0 deletions

6
sh/ftphandle Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# This one is relatively simple. Relay the first argument to
# ncftp and then you're done.
ncftp $1