Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~2K People Reached
Favorite Tags
Member Avatar for raul8

Hi, I want to transfer files between 2 servers. But Not able to find any decent tutorials. Please suggest some. If there's any api...then much better. Thank You

Member Avatar for thines01
0
126
Member Avatar for edong

Any idea how to install CENTOS FTP server, We tried any tutorial in the console but no matters........any suggestions how to do it also in graphical mode or in cosole mode....

Member Avatar for FreeBirdLjj
0
68
Member Avatar for Xessa

I want to connect to an FTP server and transfer a file with Java. I could not find anything about secure FTP.Can anybody help me about this? I also want to ask that if i can connect to an FTP server using SSL with command line. If i can connect …

Member Avatar for vglass
0
198
Member Avatar for vallikasturi

Hi, I need to connect to ftp and get the names of the files... But am getting an UnknownHostException when i gave the ip.. Following is my code [CODE]import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPFile; import org.apache.commons.io.FileUtils; import java.io.IOException; public class FtpTest { public static void main(String[] args) { try{ FTPClient client = …

Member Avatar for masijade
0
565
Member Avatar for YairHa

Hi, I would like to FTP a file that only part of the filename is known. The name is something like “ClimateData2010042207XXXX.xls” performing the following does not work: [CODE] FTPClient client = new FTPClient(); FileOutputStream fos = null; client.connect("ftp.domain.com"); client.login("admin", "secret"); String filename = “ClimateData2010042207*.xls”; fos = new FileOutputStream(filename); client.retrieveFile("/" …

Member Avatar for zenfaraad
0
555
Member Avatar for sazad1

i want to download a file from ftp to my local machine using java code. Can anyone help me out pls?? n provide the jar file used in the code.

Member Avatar for sazad1
-1
187
Member Avatar for drspock

Hi, I am making an online page for a company so that users can upload and download files from the company's server. Now, as every ASP .NET developer knows, the ASP .NET framework includes a file upload control for users to upload files to the server. The problem with this …

Member Avatar for vglass
0
187
Member Avatar for doubledunk

Hi, i'm new to this community. I was wondering if any of you would be so kind as to recommend a good 3rd party ftp program for mac osx server. The one integrated with osx server can sometimes act goofy, and setting permissions can be a pain. Thanks alot.

Member Avatar for edd_ort
0
300
Member Avatar for Dani

I'd like to set up a simple ftp server on my panther machine. Preferably I'd like to use the ftp client that comes built into OS X. However, I'd like to configure it to listen to a non-standard port (as opposed to 21) since I'm on a cable modem. What …

Member Avatar for TheOgre
0
201