Help FTP Error-??


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Help FTP Error-??
# 1  
Old 02-11-2009
Help FTP Error-??

I had uploaded some files to this server previously and got the following o/p.

Code:
ftp> cd /TUXIDOW

250 CWD command successful.

ftp>mput /ftp/boss1/tsg/public/acct/fleet1/outbound/A900-STEEL.test2

local: /ftp/boss1/tsg/public/acct/fleet1/outbound/A900-STEEL.test2 

remote: /ftp/boss1/tsg/public/acct/fleet1/outbound/A900-STEEL.test2

227 Entering Passive Mode (171,161,160,119,154,238)
150 Opening ASCII mode data connection for ftp/boss1/tsg/public/acct/fleet1/outbound/A900-STEEL.test2
226- Transfer complete - acknowledgment message is pending.
226- Transfer complete - acknowledgment message is pending.
226 Transfer complete (Batch Number = 323999).
16 bytes sent in 0.0084 seconds (1.9 Kbytes/s)



Now i want to c the listing. So i did the following and got an ouput "Total number of batches listed: 0." What does it mean? does that mean no files been uploaded?? Can anyone please help me to sort out this..??

Code:
ftp -ivn 171.161.160.119
Connected to 171.161.160.119.
220 txdmz09 FTP proxy (Version V2.1) ready.
501 Cannot connect to authentication server
501 Cannot connect to authentication server
KERBEROS_V4 rejected as an authentication type
ftp> user tuxidow 625XHU14
331-(----GATEWAY CONNECTED TO 171.177.210.13----)
331-(220 <<<Connect:Enterprise UNIX 2.2.00 Secure FTP>>> at tx2pdts01 FTP server ready. Time = 13:04:13)
331 Password required for tuxidow.
230 Connect:Enterprise UNIX login ok, access restrictions apply.
ftp> cd /TUXIDOW
250 CWD command successful.
ftp> pwd
257 "/TUXIDOW" is current directory.
ftp> ls
227 Entering Passive Mode (171,161,160,119,227,122)
150 Opening ASCII mode data connection for .
Total number of batches listed: 0
226 Transfer complete.
ftp>

# 2  
Old 02-11-2009
If you don't see the files then they are not uploaded [to that directory]. you may also verify this by remote login.
# 3  
Old 02-12-2009
issue resolved now...

Last edited by Tuxidow; 02-12-2009 at 06:40 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with FTP Script which is causing "syntax error: unexpected end of file" Error

Hi All, Please hav a look at the below peice of script and let me know if there are any syntax errors. i found that the below peice of Script is causing issue. when i use SFTP its working fine, but there is a demand to use FTP only. please find below code and explain if anything is wrong... (1 Reply)
Discussion started by: mahi_mayu069
1 Replies

2. IP Networking

FTP error

Hi, While doing FTP am getting an error like Connected to xxxx (xxxx). 220 (vsFTPd 2.0.5) Name (xxxx:nn): yy 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> dir */*/*/*.zip 227 Entering Passive... (6 Replies)
Discussion started by: weknowd
6 Replies

3. Shell Programming and Scripting

ftp error.

i try to put files to ftp server. but i got "550 Command STOR failed" error. can u help me about this error? my codes: -bash-3.00$ ftp xxx.com Connected to xxx.com 220 xxx.com X2 WS_FTP Server 7.5(39687500) Name (xxx.com:oracle): user 331 Enter password Password: 230 User logged in... (2 Replies)
Discussion started by: imtheone
2 Replies

4. AIX

FTP error

While doing ftp I am getting below error. Plz help how to resolve this? OOPS: close OOPS: child died No control connection for command: Error 0 No control connection for command: Error 0 No control connection for command: Error 0 No control connection for command: Error 0 No control... (2 Replies)
Discussion started by: suresh3566
2 Replies

5. Shell Programming and Scripting

FTP Error 553 I/O error.

Hi All, I have a problem when uploading txt file from windows to Unix server. I got 533 I/O error. I am using .bat file and it works for other batches but with this particular batch it doesn't work. thanks guys for helping in advance. (2 Replies)
Discussion started by: sfaqih
2 Replies

6. Shell Programming and Scripting

ftp error

While log in to ftp server with valid username & password I receive the following error. Please advice. ftp: Login failed. ftp: bind: Address already in use cat .netric machine hostnameofmachine login username password passwordstring .netric file set to chmod 0600 $HOME/.netrc (1 Reply)
Discussion started by: zooby
1 Replies

7. Shell Programming and Scripting

error with ftp

Hi I have like this ---------------------------------- echo "Enter ip " read ans_ip echo "Enter environment" read ans_env echo "Enter Datacenter " read ans_dc loop() { ftp -v -n hostname << EOF user user pwd bin prompt (4 Replies)
Discussion started by: coolkid
4 Replies

8. Shell Programming and Scripting

ftp error

This used to work , but know I am getting errors: 331 Enter password 230 User logged in 250 Command CWD succeed 200 Transfer mode set to BINARY local: arc-090715.tar.gz remote: arc-090715.tar.gz local: arc-090715.tar.gz: No such file or directory Any idea what is wrong? Thank you in... (2 Replies)
Discussion started by: Lenora2009
2 Replies

9. UNIX for Dummies Questions & Answers

Error when trying to FTP..

Ok, currently we ftp a file from our Unix server to windows and then to a secureftp.'something'.com site. I am trying to bypass the windows server piece. But when I try to ftp directly from Unix to secure.'something'.com site, I see this error: 220 Check Point FireWall-1 Secure FTP server running... (7 Replies)
Discussion started by: NycUnxer
7 Replies

10. UNIX for Dummies Questions & Answers

ftp error

All, I am getting the following error while I am trying to ftp a file. I am able to log into the destination server. But, when I try to put the file, I get the following error: 426 Connection closed; transfer aborted. Any ideas are appreciated. ThankYou, Radhika. (1 Reply)
Discussion started by: radhika
1 Replies
Login or Register to Ask a Question