FTP is not working.


 
Thread Tools Search this Thread
Special Forums Cybersecurity FTP is not working.
# 8  
Old 04-04-2007
Probably firewall settings and if so switching to passive ftp might work. Get a better client from http://www.ncftp.com/download/ and use the passive command. Then use it like this
Code:
ncftp> passive
passive                        on
ncftp> open -u joeblow saltmine.radix.net
Resolving saltmine.radix.net...
Connecting to 207.192.128.40...

Saltmine.radix.net ftp services (radix.ftpd2)
Logging in...

Password requested by 207.192.128.40 for user "joeblow".

    Password required for joeblow.

Password: ******

User joeblow logged in.
Logging in...
Logged in to saltmine.radix.net.

ncftp /export/home/joeblow >

# 9  
Old 04-04-2007
Is it possible to set passive mode using windows command line.

I tried with

ftp> quote PASV

it didnt work. Is it correct, is there is another way of doing it???

Ronald.
# 10  
Old 04-04-2007
Quote:
Originally Posted by ronald_brayan
Is it possible to set passive mode using windows command line.

I tried with

ftp> quote PASV

it didnt work. Is it correct, is there is another way of doing it???

Ronald.
How did you do "quote PASV" without using command mode? But no, that won't work. In addition to sending PASV, the client must do considerable work on its own. Recent versions of IE can be configured to use passive mode during an ftp transfer. Try that if you must.
# 11  
Old 04-04-2007
Hi,

I logged into the server first

then

ftp>
ftp> quote PASV
227 Entering Passive Mode (172,1,14,72,199,231)
ftp>


Yeah, it is working in IE.

Regards,
Ronald.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Working with FTP

Hi all, i am using fedora 11,and want to make my system as ftp server. I have installed vsftp package and vsftpd daemon is also running. Can i access my files from outer world i.e. internet using ftp? How can i do that? i started vsftpd daemon and tried to access server from other system like... (2 Replies)
Discussion started by: yashwantkumar
2 Replies

2. Solaris

Why is sftp working but ftp not

I am not very familiar with the use of FTP, and trying to run it I found out that standard "ftp" is not working" but "sftp" is. If sftp is allowed will that block ftp ? and if so where is this set ? I thought there is no relationship, is that right ? If so look here: inetadm | grep ftp enabled... (11 Replies)
Discussion started by: manni2
11 Replies

3. Solaris

FTP not working Solaris 10

Hi All, I have a problem with FTP service on Solaris 10. Whenever I try to FTP to one machine locally (ftp localhost) or from other machine I don't get any response, I see the ftp service on the machine is online and listening to port 21 but ftp is not responding. Also it seems i can't... (16 Replies)
Discussion started by: belal84
16 Replies

4. Shell Programming and Scripting

Script not working after FTP

Hi Gurus, I prepared a script to process some files and then ftp the output file to mainframe directory. Here is the code snippet for the same. # Perform FTP echo "put $TGT_DR/$K.$F.$I.$K1.$RUN_TYPE '$K.$F.$I.$K1.$RUN_TYPE'" >> $LogFile ftp -i -n <<EOF >> $LogFile open... (2 Replies)
Discussion started by: svajhala
2 Replies

5. Solaris

All i/o (ftp) not working on this SunOS 5.10

Hi everyone: I have been trying to simply FTP a file over to this SunOS 5.10 (which is same as Solaris 10 now) and nothing works! I can only Telnet to this via SSH (with my own account/uid), and I can also send simple mail out with mailx, that's all!!! I cannot FTP to it (I think FTP... (7 Replies)
Discussion started by: steve701
7 Replies

6. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

7. UNIX for Dummies Questions & Answers

FTP not working, need some help

I am trying to set up an account for a user on our network to ftp into and access his folder for his web site. I have been tossed into the previous web hosting server without really knowing much about how it has or is set up, but I've been following most of the tutorials I have seen around the... (0 Replies)
Discussion started by: nlraley
0 Replies

8. Web Development

is wget working in ftp ?

I get ftp> wget ?Invalid command. ftp> 0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php ?Invalid command. thanks (6 Replies)
Discussion started by: aneuryzma
6 Replies

9. Shell Programming and Scripting

why the mv is not working in an FTP

Why when I mv $UpLoadFileName supfinaid.DSB does not work, it is getting the $UpLoadFileName and it is moving it to the right location, but not the move, Let me know if you want to see the all script, I just want to rename $UpLoadFileName, it is moving $UpLoadFileName to the right... (6 Replies)
Discussion started by: rechever
6 Replies

10. AIX

FTP is not working

Upto last month my script was working fine, Now I am getting following error, any one help me? Tcl_Init failed: Can't find a usable init.tcl in the following directories: /usr/local/lib/tcl8.0 ./lib/tcl8.0 ./tcl8.0/library ./library This probably means that Tcl wasn't installed... (0 Replies)
Discussion started by: redlotus72
0 Replies
Login or Register to Ask a Question