Ftp issue

I have logged into ftp and unable to enter into the below directory.

can anyone help me out to enter into the below directory.

ftp> dir
200 Command PORT okay.
150 File status okay; about to open data connection.
drwx------   0              0 Dec 15 06:39 BANK ISI-Bas
ftp> cd BANK ISI-Bas
550 No such directory.

HOw to enter into the below directory.

Hello ramkumar,

Could you please try following and let us know if this helps.

cd "BANK ISI-Bas"

Thanks,
R. Singh

ravinder.

I am unable to enter into that directory still by using the commands.

cd *"*BANK ISI-Bas*"*

---------- Post updated at 01:35 AM ---------- Previous update was at 01:22 AM ----------

I am unable to enter into the directory by using the below comment.

could you plz check from your end. what I need to do.

cd *"*BANK ISI-Bas*"*

RavinderSingh13 suggested using:

cd "BANK ISI-Bas"

Instead of trying that, you tell us that:

cd *"*BANK ISI-Bas*"*

doesn't work. Try using the command Ravinder suggested.

If that doesn't work, pipe the output of an ftp session that only does the dir command through od -bc so we can actually see what non-printable characters are in the directory's filename.

And PLEASE use CODE tags when posting sample code, sample input, and sample output.

The error msg doesn't really fit, but you might not be admitted to access that directory:

drwx------   0              0 Dec 15 06:39 BANK ISI-Bas

in the automated process. due to space in between banking and critical. the below command is not working in the automated process which is scheduled in the maestro scheduler. also the credentials were entered into the .netrc file.. can anyone help it out. if I am putting cd banking critical-Bas" and file get ftp'ed manually its work.

Through maestro .. if the below command is scheduled the files are not delivered to the below destination.

ftp -m "ftp.com" -d "banking critical-Bas"

---------- Post updated at 11:19 AM ---------- Previous update was at 11:18 AM ----------