Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
xkpFTP Java Component
How to use.
SetUp Eclipse IDE
First add .jar file to you project.
Next import import cls.clsFTP;
Next create a new class. clsFTP ftp = new clsFTP("ftphost","username","password");
Open FTP connection ftp.openFTP();
File upload ftp.uploadFTP("remote file","local file");
File download ftp.downloadFTP("remote file","local file");
Close FTP connection ftp.closeFTP();
Log in to post a comment.
xkpFTP Java Component
How to use.
SetUp Eclipse IDE
First add .jar file to you project.
Next import
import cls.clsFTP;
Next create a new class.
clsFTP ftp = new clsFTP("ftphost","username","password");
Open FTP connection
ftp.openFTP();
File upload
ftp.uploadFTP("remote file","local file");
File download
ftp.downloadFTP("remote file","local file");
Close FTP connection
ftp.closeFTP();
Last edit: Xakepob engineering IT 2014-03-30