X7ROOT File Manager
Current Path:
/opt/alt/ruby20/lib64/ruby/2.0.0/rake/contrib
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
rake
/
contrib
/
ðŸ“
..
📄
compositepublisher.rb
(351 B)
📄
ftptools.rb
(3.7 KB)
📄
publisher.rb
(1.79 KB)
📄
rubyforgepublisher.rb
(302 B)
📄
sshpublisher.rb
(1.2 KB)
📄
sys.rb
(5.02 KB)
Editing: rubyforgepublisher.rb
require 'rake/contrib/sshpublisher' module Rake class RubyForgePublisher < SshDirPublisher attr_reader :project, :proj_id, :user def initialize(projname, user) super( "#{user}@rubyforge.org", "/var/www/gforge-projects/#{projname}", "html") end end end
Upload File
Create Folder