.NET Scriptable FTP Client

FileSystem Members

FileSystem overview

Public Instance Constructors

FileSystem Constructor Initializes a new instance of the FileSystem class.

Public Instance Properties

FTPScript Property used to get theScript

Public Instance Methods

CloseLog Method used to close the filestream objects
CreateLogStream Method used to create the output file
DirListingOverloaded. Method used to get a directory listing and return an arraylist of filenames
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Now Method used to grab current date time in format CCYY/MM/DD HH:MM:SS:mmmm
PadString 
ReadScript Method used to read the ftp script file into an array list for further processing
SaveConfig
ToString (inherited from Object)Returns a String that represents the current Object.
WriteLog Method used to write to a log file if the writeLog bool is true

Private Instance Fields

dsConfig 
dtConfig 
fsLogFile 
fstheScript 
swLogger 
theScript 
wasErr 
wasErrMessage 
x 

See Also

FileSystem Class | FTPController Namespace