add ftp handler
This commit is contained in:
parent
f59c0a356e
commit
16a8e28515
6
sh/ftphandle
Executable file
6
sh/ftphandle
Executable 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
|
Loading…
Reference in New Issue
Block a user