diff options
Diffstat (limited to 'Functions/Zftp/zfstat')
-rw-r--r-- | Functions/Zftp/zfstat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Zftp/zfstat b/Functions/Zftp/zfstat index 033e6976b..7fa07d4c9 100644 --- a/Functions/Zftp/zfstat +++ b/Functions/Zftp/zfstat @@ -19,6 +19,7 @@ done if [[ -n $ZFTP_HOST ]]; then print "Host:\t\t$ZFTP_HOST" + print "Port:\t\t$ZFTP_PORT" print "IP:\t\t$ZFTP_IP" [[ -n $ZFTP_SYSTEM ]] && print "System type:\t$ZFTP_SYSTEM" if [[ -n $ZFTP_USER ]]; then |