270件ヒット
[1-100件を表示]
(0.099秒)
種類
- インスタンスメソッド (260)
- クラス (10)
ライブラリ
-
net
/ ftp (270)
クラス
-
Net
:: FTP (30) -
Net
:: FTP :: MLSxEntry (230)
キーワード
- appendable? (10)
- charset (10)
- creatable? (10)
- create (10)
- deletable? (10)
- directory? (10)
-
directory
_ makable? (10) - enterable? (10)
- facts (10)
- file? (10)
- lang (10)
- listable? (10)
-
media
_ type (10) - mlsd (20)
- mlst (10)
- modify (10)
- pathname (10)
- perm (10)
- purgeable? (10)
- readable? (10)
- renamable? (10)
- size (10)
- type (10)
- unique (10)
- writable? (10)
検索結果
先頭5件
-
Net
:: FTP :: MLSxEntry (24006.0) -
Net::FTP#mlsd、Net::FTP#mlst の結果を保持する クラスです。
...Net::FTP#mlsd、Net::FTP#mlst の結果を保持する
クラスです。
=== Notes
このクラスのオブジェクトが保持している permission の情報
(Net::FTP::MLSxEntry#deletable? など)は
対応するコマンド(Net::FTP#delete など)が
常にうまくいくことを保証す... -
Net
:: FTP :: MLSxEntry # directory? -> bool (9106.0) -
エントリがディレクトリであれば true を返します。
...エントリがディレクトリであれば true を返します。
Net::FTP::MLSxEntry#type が "dir"、 "pdir"、 "cdir"、
のいずれかであれば true を返します。... -
Net
:: FTP :: MLSxEntry # charset -> String|nil (9100.0) -
エンコーディング情報を返します。
...エンコーディング情報を返します。
IANA character set name の値を返します。
情報がない場合は nil を返します。... -
Net
:: FTP :: MLSxEntry # creatable? -> bool (9100.0) -
ディレクトリにファイルが作成可能であれば true を返します。
...ディレクトリにファイルが作成可能であれば true を返します。
STOU, STOR などのコマンド(Net::FTP#putbinaryfile など)
が適用可能であるかどうかを意味します。... -
Net
:: FTP :: MLSxEntry # create -> Time|nil (9100.0) -
エントリの作成時刻を返します。
エントリの作成時刻を返します。
情報がない場合は nil を返します。 -
Net
:: FTP :: MLSxEntry # deletable? -> bool (9100.0) -
エントリが削除可能であれば true を返します。
...エントリが削除可能であれば true を返します。
ディレクトリであれば Net::FTP#rmdir が、
ファイルであれば Net::FTP#delete が、それぞれ
適用可能であるかどうかを意味します。... -
Net
:: FTP :: MLSxEntry # directory _ makable? -> bool (9100.0) -
ディレクトリを作成可能ならば true を返します。
...ディレクトリを作成可能ならば true を返します。
Net::FTP#mkdir でディレクトリを作成可能かどうかを意味します。... -
Net
:: FTP :: MLSxEntry # enterable? -> bool (9100.0) -
エントリの中に入れるならば true を返します。
...エントリの中に入れるならば true を返します。
Net::FTP#chdir で入れるかどうかを意味します。... -
Net
:: FTP :: MLSxEntry # facts -> { String => String|Integer|Time } (9100.0) -
そのエントリの「facts」を返します。
...エントリの「facts」を返します。
facts とはそのエントリに関するファイルサイズなどの様々な情報です。
Net::FTP はこの情報を文字列をキーとするハッシュテーブルで
返します。
標準では以下のような facts が定義されてい......ます。これらの facts には
対応するメソッドが定義されています。すべてのサーバでこれら
の facts がすべて実装されているわけではありません。
3659 では
modify, perm, type, size, unique はすべてのサーバで
対応すべき(SHOULD)、と......刻 (Time)
* "create": 作成時刻
* "perm": パーミッション(String)
* "type": 種類(String, "file", "dir", "cdir", "pdir" など)
* "size": ファイルサイズ (Integer, octet単位)
* "unique": ユニークID (String)
* "lang": ファイルの言語 (String)
* "media-type":... -
Net
:: FTP :: MLSxEntry # listable? -> bool (9100.0) -
ディレクトリの内容一覧を得ることが可能ならば true を返します。
...ディレクトリの内容一覧を得ることが可能ならば true を返します。
Net::FTP#list、Net::FTP#nlst、Net::FTP#mlst
などでディレクトリの内容を閲覧できるかどうかを意味します。...