Git Product home page Git Product logo

fbcifs's Introduction

Fbcifs

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'fbcifs'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fbcifs

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

fbcifs's People

Watchers

 avatar  avatar  avatar

fbcifs's Issues

Commands

  • del mask - The client will request that the server attempt to delete all files matching mask from the current working directory on the server.
  • dir mask - A list of the files matching mask in the current working directory on the server will be retrieved from the server and displayed.
  • ls mask - Same as the dir command.
  • get remote-file-name [local-file-name] - Copy the file called remote-file-name from the server to the machine running the client. If specified, name the local copy local-file-name. Note that all transfers in smbclient are binary. See also the lowercase command.
  • md directory name - Same as the mkdir command.
  • mkdir directory name - Create a new directory on the server (user access privileges permitting) with the specified name.
  • mget mask - Copy all files matching mask from the server to the machine running the client.
  • mput mask - Copy all files matching mask in the current working directory on the local machine to the current working directory on the server.
  • put local-file-name [remote-file-name] - Copy the file called local-file-name from the machine running the client to the server. If specified, name the remote copy remote-file-name. Note that all transfers in smbclient are binary. See also the lowercase command.
  • queue - Displays the print queue, showing the job id, name, size and current status.
  • quit - Same as the exit command.
  • rm mask - Remove all files matching mask from the current working directory on the server.
  • rmdir directory name - Remove the specified directory (user access privileges permitting) from the server.
  • tar c|x[IXbgNa] - Performs a tar operation; see the -T command line option above. Behavior may be affected by the tarmode command (see below). Using g (incremental) and N (newer) will affect tarmode settings. Note that using the "-" option with tar x may not work; use the command line option instead.
  • tarmode full|inc|reset|noreset -Changes tar's behavior with regard to archive bits. In full mode, tar will back up everything regardless of the archive bit setting (this is the default mode). In incremental mode, tar will only back up files with the archive bit set. In reset mode, tar will reset the archive bit on all files it backs up (implies read/write share).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.