class Net::SFTP::Protocol::V04::Name

def symlink?

Returns +true+ if the item is a symlink.
def symlink?
  attributes.symlink?
end