I'm surprised that there would be no ftp transport supported so I'm
writing because perhaps I'm overlooking the obvious. However looking
in transfer.rb I see:
------
session_map[session] = case transport
when :sftp
prepare_sftp_transfer(session_from, session_to, session)
when :scp
prepare_scp_transfer(session_from, session_to, session)
else
raise ArgumentError, "unsupported transport type:
#{transport.inspect}"
end
end
------
Is there a normal solution to using ftp if desired? Is this something
I should try to add myself?
--
Byron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Capistrano" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---