diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-24 11:31:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-24 11:31:30 +0000 |
commit | 8de7436fc07454e2f5307c00ad99ee19d0baf853 (patch) | |
tree | 3282fdfa3362d195ca3a863389c41330a0204088 /Functions | |
parent | dda348832d32a0013138e0f1bd6a14c7ad64047a (diff) | |
download | zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.gz zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.xz zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.zip |
19674, modified: support for non-standard ports in zftp.
Diffstat (limited to 'Functions')
-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 |