hi,
how to upload and download file from a ftp server using GUI. ftp client.
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
is there any modifications to be done on the server,
regards gopinath
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Gopinath Achari Sent: Monday, September 29, 2008 5:56 AM To: CentOS mailing list Subject: [CentOS] GUI FTP
hi,
how to upload and download file from a ftp server using GUI. ftp client.
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
is there any modifications to be done on the server,
regards gopinath --------------------- JohnStanley Writes
yum install gftp
JohnStanley
On Monday 29 September 2008 10:55:36 Gopinath Achari wrote:
hi,
how to upload and download file from a ftp server using GUI. ftp
client.
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
is there any modifications to be done on the server,
gftp should work fine - did you set up a bookmark for your connection? I find that the best way
Anne
On Mon, Sep 29, 2008 at 5:55 AM, Gopinath Achari gopinath@signal-networks.com wrote:
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
You might consider posting some logs from what you're doing so that we can see the errors your ftp client gives you. You might also consider giving some details about the server and how it's set up, as the server doesn't know/care if a client is gui based or not. It simply interprets the ftp protocol commands and responds accordingly.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Monday, September 29, 2008 7:27 AM To: CentOS mailing list Subject: Re: [CentOS] GUI FTP
On Mon, Sep 29, 2008 at 5:55 AM, Gopinath Achari gopinath@signal-networks.com wrote:
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
You might consider posting some logs from what you're doing so that we can see the errors your ftp client gives you. You might also consider giving some details about the server and how it's set up, as the server doesn't know/care if a client is gui based or not. It simply interprets the ftp protocol commands and responds accordingly. ------------------- JohnStanley Writes:
Jim is right... Posting the errors would be best. I sejusted you use gftp but as I did not see you are using it also. So posting the errors would be of help.
JohnStanley
This was the error message generated during an upload to the ftp server
login was done through local user on ftp server
226 Directory send OK. Received URL ftp://gopinath@192.168.1.40:21/home/gopinath/r8169-6.005.00.tar.bz2 Loading directory listing /home/gopinath/wget1 from cache (LC_TIME=en_US.UTF-8) SIZE /home/gopinath/r8169-6.005.00.tar.bz2 213 41002 PASV 227 Entering Passive Mode (192,168,1,40,233,89) PORT 192,168,1,40,233,89 500 Illegal PORT command. Loading directory listing /home/gopinath/wget1 from server (LC_TIME=en_US.UTF-8) PASV 227 Entering Passive Mode (192,168,1,101,143,76) LIST -aL 150 Here comes the directory listing. 226 Directory send OK.
On Mon, 2008-09-29 at 08:03 -0400, John wrote:
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Monday, September 29, 2008 7:27 AM To: CentOS mailing list Subject: Re: [CentOS] GUI FTP
On Mon, Sep 29, 2008 at 5:55 AM, Gopinath Achari gopinath@signal-networks.com wrote:
upload and download to and from ftp server works fine when done done from command prompt but not working from GUI ftp client Ex. Gftp.
You might consider posting some logs from what you're doing so that we can see the errors your ftp client gives you. You might also consider giving some details about the server and how it's set up, as the server doesn't know/care if a client is gui based or not. It simply interprets the ftp protocol commands and responds accordingly.
JohnStanley Writes:
Jim is right... Posting the errors would be best. I sejusted you use gftp but as I did not see you are using it also. So posting the errors would be of help.
JohnStanley
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Gopinath Achari wrote:
PASV 227 Entering Passive Mode (192,168,1,40,233,89) PORT 192,168,1,40,233,89 500 Illegal PORT command.
**I didn't think you used a PORT command when doing a PASV transfer, the address and port was given by the SERVER in the 227 response to the PASV.**** However, **that appears to be a perfectly legitimate PORT command. 192.168.1.40 is the IP, (233,89) is the port in a split decimal notation (233*256 + 89 == **59737, so its port 59737). ** **
Is there any NAT translation going on between the client and the server? FTP and NAT is messy at best.
btw, the log session you sent shows no signs of an 'upload', just a directory listing. **
On Mon, Sep 29, 2008 at 12:29 PM, John R Pierce pierce@hogranch.com wrote:
btw, the log session you sent shows no signs of an 'upload', just a directory listing. **
It would appear that we may not have been specific enough when we asked for logs earlier. We probably should have specifed that we wanted logs for THE ENTIRE FAILED TRANSACTION, not just what the user felt the relevant bits might be.
I too suspect NAT/PASV port block failings here, but hey.