Package org.oddjob.net.ftp
Class FTPAscii
java.lang.Object
org.oddjob.net.ftp.FTPAscii
- All Implemented Interfaces:
FTPCommand
- Author:
- rob
Description
FTP command to change to ascii transfer mode.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteWith(org.apache.commons.net.ftp.FTPClient client) Execute the command.toString()
-
Constructor Details
-
FTPAscii
public FTPAscii()
-
-
Method Details
-
executeWith
Description copied from interface:FTPCommandExecute the command.- Specified by:
executeWithin interfaceFTPCommand- Parameters:
client- The client session.- Returns:
- true if OK, false otherwise.
- Throws:
IOException- If something goes wrong.
-
toString
-