Re: download file using FTP
FTP does not "allow" spaces in the file name/path - it stops reading file name/path when space is found and therefore malfunctions.
Re: download file using FTP
Quote:
Originally Posted by
RhinoBull
FTP does not "allow" spaces in the file name/path - it stops reading file name/path when space is found and therefore malfunctions.
if u using DOS -OS u can type the file name between ' " ' with spaces and it's works perfect.
how do i do that using vb6.
Re: download file using FTP
If you mean console then it converts long path/file names to short name (like Progra~1 instead of Program Files, etc) so it doesn't exceed 8 chars.
Like I said FTP does not allow spaces in the file name/path - that's the bottom line.