Ftp doubt
- From: contracer <contracer11@xxxxxxxxx>
- Date: Thu, 14 Jun 2012 11:40:59 -0700 (PDT)
Hi,
I´m trying list all files in a remote server using ftp, but I´m not
able to do this task:
#!/bin/ksh
ftp -v -i -n 142.132.99.51<<EOF3
user ftp.mgradm.lhm Sanford$2012
bin
ls -l
bye
EOF3
Connected to 142.132.99.51 (142.132.99.51).
220 Microsoft FTP Service
331 Password required for ftp.mgradm.lhm.
530 User ftp.mgradm.lhm cannot log in.
Login failed.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
Passive mode refused.
221
I can logon interactively in that server with that credentials.
What´s wrong here ?
Thanks
.
- Follow-Ups:
- Re: Ftp doubt
- From: Barry Margolin
- Re: Ftp doubt
- From: Chris F.A. Johnson
- Re: Ftp doubt
- Prev by Date: Re: Find a string and print next 10 lines
- Next by Date: Re: Ftp doubt
- Previous by thread: Find a string and print next 10 lines
- Next by thread: Re: Ftp doubt
- Index(es):
Relevant Pages
|