Table of Contents - winrm-fs-0.2.3 Documentation
Pages
- LICENSE
-
README
- File system operations over Windows Remote Management (WinRM) for Ruby
- Uploading files
- upload file.txt from the current working directory
- upload the entire contents of my_dir to c:/foo/my_dir
- upload the entire directory contents of foo to c:program filesbar
- Handling progress events
- Troubleshooting
- Contributing
- Running the tests
- WinRM-fs Authors
Classes and Modules
- WinRM
- WinRM::FS
- WinRM::FS::Core
- WinRM::FS::Core::CommandExecutor
- WinRM::FS::Core::FileUploader
- WinRM::FS::Core::RubyZipFactory
- WinRM::FS::Core::ShellZipFactory
- WinRM::FS::Core::TempZipFile
- WinRM::FS::Core::UploadOrchestrator
- WinRM::FS::FileManager
- WinRM::FS::Scripts
- WinRM::FS::WinRMDownloadError
- WinRM::FS::WinRMFSError
- WinRM::FS::WinRMUploadError
Methods
- ::new — WinRM::FS::Core::CommandExecutor
- ::new — WinRM::FS::FileManager
- ::new — WinRM::FS::Core::UploadOrchestrator
- ::new — WinRM::FS::Core::FileUploader
- ::new — WinRM::FS::Core::RubyZipFactory
- ::new — WinRM::FS::Core::ShellZipFactory
- ::new — WinRM::FS::Core::TempZipFile
- ::render — WinRM::FS::Scripts
- #add — WinRM::FS::Core::TempZipFile
- #add_directory — WinRM::FS::Core::RubyZipFactory
- #add_file — WinRM::FS::Core::RubyZipFactory
- #assert_command_success — WinRM::FS::Core::CommandExecutor
- #assert_shell_is_open — WinRM::FS::Core::CommandExecutor
- #base64_content — WinRM::FS::Core::FileUploader
- #build — WinRM::FS::Core::RubyZipFactory
- #build — WinRM::FS::Core::ShellZipFactory
- #build — WinRM::FS::Core::TempZipFile
- #build_options — WinRM::FS::Core::ShellZipFactory
- #checksum — WinRM::FS::FileManager
- #close — WinRM::FS::Core::RubyZipFactory
- #close — WinRM::FS::Core::CommandExecutor
- #create_dir — WinRM::FS::FileManager
- #create_temp_zip_file — WinRM::FS::Core::UploadOrchestrator
- #delete — WinRM::FS::Core::TempZipFile
- #delete — WinRM::FS::FileManager
- #do_file_upload — WinRM::FS::Core::UploadOrchestrator
- #do_upload — WinRM::FS::Core::FileUploader
- #dos_path — WinRM::FS::Core::FileUploader
- #download — WinRM::FS::FileManager
- #encode_script — WinRM::FS::Core::CommandExecutor
- #exists? — WinRM::FS::FileManager
- #factory — WinRM::FS::Core::TempZipFile
- #local_checksum — WinRM::FS::Core::UploadOrchestrator
- #new_zip_entry — WinRM::FS::Core::RubyZipFactory
- #open — WinRM::FS::Core::CommandExecutor
- #out_of_date? — WinRM::FS::Core::UploadOrchestrator
- #prepare_script — WinRM::FS::Core::FileUploader
- #remote_checksum — WinRM::FS::Core::UploadOrchestrator
- #run_cmd — WinRM::FS::Core::CommandExecutor
- #run_powershell — WinRM::FS::Core::CommandExecutor
- #safe_script — WinRM::FS::Core::CommandExecutor
- #temp_dir — WinRM::FS::FileManager
- #temp_file_path — WinRM::FS::Core::UploadOrchestrator
- #upload — WinRM::FS::FileManager
- #upload — WinRM::FS::Core::FileUploader
- #upload_directory — WinRM::FS::Core::UploadOrchestrator
- #upload_file — WinRM::FS::Core::UploadOrchestrator
- #with_command_executor — WinRM::FS::Core::UploadOrchestrator
- #with_local_zip — WinRM::FS::Core::UploadOrchestrator
- #write_file_list — WinRM::FS::Core::ShellZipFactory
- #write_zip_entry — WinRM::FS::Core::RubyZipFactory