X7ROOT File Manager
Current Path:
/opt/alt/ruby19/lib64/ruby/1.9.1/rake/contrib
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
rake
/
contrib
/
ðŸ“
..
📄
compositepublisher.rb
(351 B)
📄
ftptools.rb
(3.67 KB)
📄
publisher.rb
(1.79 KB)
📄
rubyforgepublisher.rb
(302 B)
📄
sshpublisher.rb
(1.2 KB)
📄
sys.rb
(4.93 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