I have a ftp server with vsftpd. and if I do command ls always hang.
I'm having problems with vsftpd on fc17. I found the other posts that talk about disabling selinux, I've already done that. I've narrowed it down to the number of files in the directory.
hi,
Im using the following code for FTP
code:
#!/usr/bin/ksh
ftp -v -n "10.29.45.11" << cmd
user "mahesva" "mahesva123"
get rtl.tar
quit
cmd
Below is the log when i run the above code
**********************************
Connected to 10.29.45.11.
220 (vsFTPd 2.0.1)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected
I've got a bit of an odd FTP issue. I'm trying to upload a file (about 12 megs) to a client's FTP server. Whenever I try, 0 bytes are uploaded, and the connection eventually times out.
Small files (like text files) upload fine. I'm in PASV mode and binary mode.
Here's the weird thing: it works on my local computer (running OS X Lion).
I'm try to connect to ftp which I've just configured but using FileZilla, I'm getting the following logs
Status: Connecting to x.x.x.x:21...
Status: Connection established, waiting for welcome message...
Response: 220 (vsFTPd 2.3.5)
Command: USER huntsnap
Response: 331 Please specify the password.
Command: PASS ********
Response: 230 Login successful.
Command: OPTS UTF8 ON
Response
All,
Trying to ftp to a remote ftp server.
See following output:
Code:
ftp -dv xx.xx.xx.xx
Connected to xx.xx.xx.xx (xx.xx.xx.xx).
220 Microsoft FTP Service
Name (xx.xx.xx.xx:username): ftpuser
---> USER ftpuser
331 Password required for ftpuser.
Password:
---> PASS XXXX
230 User logged in.
---> SYST
215 Windows_NT
Remote system type is Windows_NT.
ftp> passive
Passive mode off
hi everyone
i installed vsftpd and my ftp client has a problem in connecting to server. windows client can connect to ftp server but cant run ls command.they recieve this output after ls command:
200port command successful . consider using pasv.
425 failed to establish connection
what should i do?thanks in advance
1)
Normal good ftp using a Windows client and a Solaris server:
Client: ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list
Works fine!
2)
Windows client - SUSE server pure-ftpd (firewall active/pure-ftpd allowed)
Client: ls
200 PORT command successful.
150 Connecting to port 500
hello everyone
i wanna to install a package oscommerce on a remote server for my website.
i can connect to that remote host via ftp.
but i dont know how to install it there.though i have installed packages on linux but havent in this scenario before.
can anyone please help me in telling how to install it over there.
currently i am standing on a console below.