about summary refs log tree commit diff
path: root/Functions/Zftp
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-03-24 11:31:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-03-24 11:31:30 +0000
commit8de7436fc07454e2f5307c00ad99ee19d0baf853 (patch)
tree3282fdfa3362d195ca3a863389c41330a0204088 /Functions/Zftp
parentdda348832d32a0013138e0f1bd6a14c7ad64047a (diff)
downloadzsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.gz
zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.xz
zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.zip
19674, modified: support for non-standard ports in zftp.
Diffstat (limited to 'Functions/Zftp')
-rw-r--r--Functions/Zftp/zfstat1
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