To access ftp behind proxy.. set your proxy client to work in Passive mod..
You have not told which proxy server u are using ? is it Squid ? if yes then see access.log
btw there are also real time monitor. .u have to find out.. i will also tell when i remember !!
I am using the http proxy server, yup it is squid. Kindly let me know where is access.log file.
I am only able to see that "access" file this is located under the "/usr/bin/access" directory
I have install the FTP package in the server side by using the following command
1. First check sure i have FTP package in my server or not for this the command is -> rpm -qa vsftpd
I got a message - vsftpd-1.1.3-8
2. To enable the vsftpd sever -> chkconfig vsftpd on
3. Start the vsftpd server as follows :-
/etc/init.d/vsftpd start
4. Now finally yhe ftp server is working.
ftp 192.168.1.175
Connected to 192.168.1.175 (192.168.1.175).
Name (192.168.1.175:root): root
331 Password required for root
Password: ********
230 User root logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>bye
I am able to upload/transfer the files from that server, but i want to upload or download the file from my comp.
Please help me
Regards,
Mukesh.