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>