代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/679/1174
h ftpclass.h
// FTPclient.h: interface for the CFTPclient class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FTPCLIENT_H__05003AE0_E234_11D2_970B_00A024EBF6AB__I
www.eeworm.com/read/395078/2449645
h ftpclass.h
// FTPclient.h: interface for the CFTPclient class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FTPCLIENT_H__05003AE0_E234_11D2_970B_00A024EBF6AB__I
www.eeworm.com/read/396246/8118309
java transferbothupl.java
import java.io.BufferedOutputStream;
import java.io.OutputStream;
import org.apache.commons.net.ftp.FTPClient;
public class TransferBothUpL extends Thread{
FTPClient ftpupl;
WByte wbyte1;
www.eeworm.com/read/378847/2679783
java ftputil.java
package cn.js.fan.util;
import java.io.*;
import org.apache.commons.net.ftp.*;
public class FTPUtil {
FTPClient ftp;
String message;
public FTPUtil() {
}
public FTPClient getF
www.eeworm.com/read/396246/8118313
java transferboth.java
import java.io.IOException;
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPReply;
public class TransferBoth extends Thread{
static FTPClient ftpdl;
static
www.eeworm.com/read/396246/8118317
java transferbothdl.java
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.net.ftp.FTPClient;
public class TransferBothDL extends Thread{
FTPClient f
www.eeworm.com/read/450259/1671916
java threadtest.java
package com.thread;
import java.io.IOException;
import sun.net.ftp.FtpClient;
import com.test.OUF;
public class ThreadTest implements Runnable {
FtpClient aftp = null;
boolean isLogined =
www.eeworm.com/read/312645/3655205
c ftp_var_example.c
#include
#define _config_OK
#if !defined(CYGPKG_NET_FTPCLIENT)
#error "Configuration is missing: CYGPKG_NET_FTPCLIENT"
#undef _config_OK
#endif
#if !defined(CYGPKG_COMPRESS_ZL
www.eeworm.com/read/378847/2679865
java ftputil.java
package com.cloudwebsoft.framework.test;
import java.io.*;
import org.apache.commons.net.ftp.*;
import cn.js.fan.util.StrUtil;
public class FtpUtil {
FTPClient ftp = new FTPClient();
publi
www.eeworm.com/read/107991/15596924
java ftptest.java
import java.io.*;
import sun.net.ftp.*;
import sun.net.*;
public class FtpTest{
public static void main(String args[]){
FtpClient fc=new FtpClient();
try{
fc.openServer("127.0.0.1",88