Java Doc for FullFtpClient.java in  » Portal » Open-Portal » com » sun » portal » netfile » servlet » java1 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.netfile.servlet.java1 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.netfile.servlet.java1.FullFtpClient

FullFtpClient
public class FullFtpClient extends TransferProtocolClient (Code)


Field Summary
static  intFTP_ERROR
    
final public static  intFTP_PORT
    
static  intFTP_SUCCESS
    
static  intFTP_TRY_AGAIN
    
 Stringcommand
    
 intlastReplyCode
    
public  Stringmachine_encoding
    
 OutputStreamWriteropsw_server
    
 Stringpassword
    
 Stringuser
    
public  StringwelcomeMsg
    

Constructor Summary
public  FullFtpClient(String host, String machine_encoding)
    
public  FullFtpClient(String host, int port, String machine_encoding)
    

Method Summary
public  TelnetOutputStreamappend(String filename)
    
public  voidascii()
    
public  voidbinary()
    
public  voidcd(String remoteDirectory)
    
public  voidcdup()
    
public  voidcloseDataConnection()
    
public  voidcloseServer()
    
public  voiddelete(String s)
    
protected  StringfindInterface(String nameOfServer, Vector interfaceIPs)
    
public  TelnetInputStreamget(String filename)
    
public  ObjectgetMachineToAccess()
    
protected  intissueCommand(String cmd)
    
protected  voidissueCommandCheck(String cmd)
    
public  TelnetInputStreamlist()
    
public  sun.net.TelnetInputStreamlist(boolean list_al)
    
public  sun.net.TelnetInputStreamlist(String filename)
    
public  voidlogin(String user, String password)
    
public  voidmkdir(String s)
    
public  sun.net.TelnetInputStreamnlist()
    
protected  SocketopenCachedDataConnection(String s, String interface_touse)
    
protected  SocketopenDataConnection(String s)
    
public  voidopenServer(String host)
    
public  voidopenServer(String server, int port)
    
public  voidopenServerOnPort(String host, int port)
    
public  TelnetOutputStreamput(String filename)
    
public  Stringpwd()
    
public  voidquit()
    
protected  intreadReply()
    
public  voidrename(String old_name, String new_name)
    
public  voidrmdir(String s)
    
public  voidsendServer(String cmd)
    
public  voidsetMachineToAccess(String machName)
    

Field Detail
FTP_ERROR
static int FTP_ERROR(Code)



FTP_PORT
final public static int FTP_PORT(Code)



FTP_SUCCESS
static int FTP_SUCCESS(Code)



FTP_TRY_AGAIN
static int FTP_TRY_AGAIN(Code)



command
String command(Code)



lastReplyCode
int lastReplyCode(Code)



machine_encoding
public String machine_encoding(Code)



opsw_server
OutputStreamWriter opsw_server(Code)



password
String password(Code)



user
String user(Code)



welcomeMsg
public String welcomeMsg(Code)




Constructor Detail
FullFtpClient
public FullFtpClient(String host, String machine_encoding) throws IOException(Code)



FullFtpClient
public FullFtpClient(String host, int port, String machine_encoding) throws IOException(Code)




Method Detail
append
public TelnetOutputStream append(String filename) throws IOException(Code)



ascii
public void ascii() throws IOException(Code)



binary
public void binary() throws IOException(Code)



cd
public void cd(String remoteDirectory) throws IOException(Code)



cdup
public void cdup() throws IOException(Code)



closeDataConnection
public void closeDataConnection()(Code)



closeServer
public void closeServer() throws IOException(Code)



delete
public void delete(String s) throws IOException(Code)



findInterface
protected String findInterface(String nameOfServer, Vector interfaceIPs)(Code)



get
public TelnetInputStream get(String filename) throws IOException(Code)



getMachineToAccess
public Object getMachineToAccess()(Code)



issueCommand
protected int issueCommand(String cmd) throws IOException(Code)



issueCommandCheck
protected void issueCommandCheck(String cmd) throws IOException(Code)



list
public TelnetInputStream list() throws IOException(Code)



list
public sun.net.TelnetInputStream list(boolean list_al) throws java.io.IOException(Code)



list
public sun.net.TelnetInputStream list(String filename) throws java.io.IOException(Code)



login
public void login(String user, String password) throws IOException(Code)



mkdir
public void mkdir(String s) throws IOException(Code)



nlist
public sun.net.TelnetInputStream nlist() throws java.io.IOException(Code)



openCachedDataConnection
protected Socket openCachedDataConnection(String s, String interface_touse) throws IOException(Code)



openDataConnection
protected Socket openDataConnection(String s) throws IOException(Code)



openServer
public void openServer(String host) throws IOException(Code)



openServer
public void openServer(String server, int port) throws IOException, UnknownHostException(Code)



openServerOnPort
public void openServerOnPort(String host, int port) throws IOException(Code)



put
public TelnetOutputStream put(String filename) throws IOException(Code)



pwd
public String pwd() throws IOException(Code)



quit
public void quit() throws IOException(Code)



readReply
protected int readReply() throws IOException(Code)



rename
public void rename(String old_name, String new_name) throws IOException(Code)



rmdir
public void rmdir(String s) throws IOException(Code)



sendServer
public void sendServer(String cmd)(Code)



setMachineToAccess
public void setMachineToAccess(String machName)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.