1829148 Members
2231 Online
109986 Solutions
New Discussion

FTPD

 
Jerry Papuga
New Member

FTPD

I'm running ftpd Version 1.1.214.8 on HP-UX 11.00. It doesn't support white spaces in directory and file names. I'm wondering if there is any way around it.
Thanks for any sugestions.
4 REPLIES 4
TwoProc
Honored Contributor

Re: FTPD

You could try putting backslashes before the spaces. It works in the shell - might work in ftp.
We are the people our parents warned us about --Jimmy Buffett
Paul Sperry
Honored Contributor

Re: FTPD

Maybe try a GUI ftp client there are several of them. Here's one

http://hpux.cs.utah.edu/hppd/hpux/Networking/FTP/wxftp-0.4.4/
James R. Ferguson
Acclaimed Contributor

Re: FTPD

Hi Jerry:

You should be able to quote (single or double) the filenames. I recall having to do this once in 10.x when I had to transfer a file from Unix to Windows, and the Windows application required a filename with embedded spaces.

In my opinion, the use of filenames containing spaces is absolutely insane, and anyone using them deserves every migraine they get!

Regards!

...JRF...
Jerry Papuga
New Member

Re: FTPD

Thak you for all respones. I need to clarify scenerio here. In my environment, I have users who use windows machines to up/down to ftp server, and there is no way I can force them to put any effort in order to make my life easier. In this case I need to accomodate them. At this point I'm cosidering mayby installing different than HP ftpd on the system. Has anybody done this before?
Thanks