org.oddjob.net.ftp
Class FTPAscii
java.lang.Object
org.oddjob.net.ftp.FTPAscii
- All Implemented Interfaces:
- FTPCommand
public class FTPAscii
- extends Object
- implements FTPCommand
Description
FTP command to change to ascii transfer mode.- Author:
- rob
FTPAscii
public FTPAscii()
executeWith
public boolean executeWith(FTPClient client)
throws IOException
- Description copied from interface:
FTPCommand
- Execute the command.
- Specified by:
executeWith
in interface FTPCommand
- Parameters:
client
- The client session.
- Returns:
- true if OK, false otherwise.
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object