Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion No ftp transport?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Byron Saltysiak  
View profile  
 More options Jun 3 2009, 10:43 am
From: Byron Saltysiak <byronsa...@gmail.com>
Date: Wed, 3 Jun 2009 10:43:47 -0400
Local: Wed, Jun 3 2009 10:43 am
Subject: No ftp transport?
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.