.NET Scriptable FTP Client

FileSystem Methods

The methods of the FileSystem class are listed below. For a complete list of FileSystem class members, see the FileSystem Members topic.

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

See Also

FileSystem Class | FTPController Namespace