Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
rake /
contrib /
Delete
Unzip
Name
Size
Permission
Date
Action
compositepublisher.rb
351
B
-rw-r--r--
2011-06-24 00:11
ftptools.rb
3.15
KB
-rw-r--r--
2014-07-15 05:07
publisher.rb
2
KB
-rw-r--r--
2014-07-15 05:07
rubyforgepublisher.rb
343
B
-rw-r--r--
2014-07-15 05:07
sshpublisher.rb
1.43
KB
-rw-r--r--
2014-07-15 05:07
sys.rb
129
B
-rw-r--r--
2014-07-15 05:07
Save
Rename
# TODO: Remove in Rake 11 require 'rake/contrib/sshpublisher' module Rake class RubyForgePublisher < SshDirPublisher # :nodoc: all attr_reader :project, :proj_id, :user def initialize(projname, user) super( "#{user}@rubyforge.org", "/var/www/gforge-projects/#{projname}", "html") end end end