The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-08-2008
naresh.drdo naresh.drdo is offline
Banned
 

Join Date: Feb 2008
Posts: 2
FTPClient

Quote:
Originally Posted by komalkumar View Post
Thanks a lot for your prompt reply.
I am using

ftp.setFileTransferMode(FTP.BINARY_FILE_TYPE);

where ftp is an :- FTPClient ftp = new FTPClient();

so the mode is binary..
Is there some problem with firewalls??
Please help..
hi

U can transfer file by using
# ftp ipno.
# bin
# mget filename
# mput filename
#bye

When u want open some file u need spl editors that could open only in Xwindow mode. Better use ftp as a file transfer only. For opening of files use telnet connection.

for user frndly we have gftp is available
#gftp
It will open a window to transfer files


pls tell me how to post a new Question in this forum. give the link or any button.
Reply With Quote