= private = protected
pwd()
Returns the current remote directory.
# File lib/net/ftp.rb, line 1206 def pwd resp = sendcmd("PWD") return parse257(resp) end