#include <TFTP.h>
Inheritance diagram for TFTP:


Public Types | |
| enum | { kDfltBlockSize = 0x80000, kDfltWindowSize = 65535, kBinary = 0, kAscii = 1 } |
Public Methods | |
| TFTP (const char *url, Int_t parallel=1, Int_t wsize=kDfltWindowSize) | |
| virtual | ~TFTP () |
| void | SetBlockSize (Int_t blockSize) |
| Int_t | GetBlockSize () const |
| void | SetRestartAt (Seek_t at) |
| Seek_t | GetRestartAt () const |
| Int_t | GetMode () const |
| Bool_t | IsOpen () const |
| void | Print (Option_t *opt="") const |
| Seek_t | PutFile (const char *file, const char *remoteName=0) |
| Seek_t | GetFile (const char *file, const char *localName=0) |
| Int_t | ChangeDirectory (const char *dir) const |
| Int_t | MakeDirectory (const char *dir) const |
| Int_t | DeleteDirectory (const char *dir) const |
| Int_t | ListDirectory (Option_t *cmd="") const |
| Int_t | PrintDirectory () const |
| Int_t | RenameFile (const char *file1, const char *file2) const |
| Int_t | DeleteFile (const char *file) const |
| Int_t | ChangePermission (const char *file, Int_t mode) const |
| Int_t | Close () |
| void | Binary () |
| void | Ascii () |
| void | put (const char *file, const char *remoteName=0) |
| void | get (const char *file, const char *localName=0) |
| void | cd (const char *dir) const |
| void | mkdir (const char *dir) const |
| void | rmdir (const char *dir) const |
| void | ls (Option_t *cmd="") const |
| void | pwd () const |
| void | mv (const char *file1, const char *file2) const |
| void | rm (const char *file) const |
| void | chmod (const char *file, Int_t mode) const |
| void | bye () |
| void | bin () |
| void | ascii () |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Referenced by put(). |
|
||||||||||||
|
Referenced by get(). |
|
|
Referenced by cd(). |
|
|
Referenced by mkdir(). |
|
|
Referenced by rmdir(). |
|
|
Referenced by ls(). |
|
|
Referenced by pwd(). |
|
||||||||||||
|
Referenced by mv(). |
|
|
Referenced by rm(). |
|
||||||||||||
|
Referenced by chmod(). |
|
|
Referenced by bye(). |
|
|
Definition at line 99 of file TFTP.h. References kBinary. Referenced by bin(). |
|
|
Definition at line 100 of file TFTP.h. References kAscii. Referenced by ascii(). |
|
||||||||||||
|
Definition at line 103 of file TFTP.h. References PutFile(). |
|
||||||||||||
|
Definition at line 104 of file TFTP.h. References GetFile(). |
|
|
Definition at line 105 of file TFTP.h. References ChangeDirectory(). |
|
|
Definition at line 106 of file TFTP.h. References MakeDirectory(). |
|
|
Definition at line 107 of file TFTP.h. References DeleteDirectory(). |
|
|
Reimplemented from TObject. Definition at line 108 of file TFTP.h. References ListDirectory(). |
|
|
Definition at line 109 of file TFTP.h. References PrintDirectory(). |
|
||||||||||||
|
Definition at line 110 of file TFTP.h. References RenameFile(). |
|
|
Definition at line 111 of file TFTP.h. References DeleteFile(). |
|
||||||||||||
|
Definition at line 112 of file TFTP.h. References ChangePermission(). |
|
|
Definition at line 113 of file TFTP.h. References Close(). |
|
|
Definition at line 114 of file TFTP.h. References Binary(). |
|
|
Definition at line 115 of file TFTP.h. References Ascii(). |
1.2.16