What Character Use For Blank Space (ftp Folder To Download File)?

i use vb6 Programming language. i use msinet.ocx activex for download any file for net. but one ftp folder r use blank space. so can’t download files from thes folder.

Tags: , , , , , ,

2 Responses to “What Character Use For Blank Space (ftp Folder To Download File)?”

  1. alakit01 says:

    Some characters in the web have to be URL-encoded. It means, instead of such character you need to place its hexadecimal value preceded by percent. E.g., whitespace (ASCII 32) will be represented as %20.
    Example:
    “some URL with whitespaces”
    will become
    “some%20URL%20with%20whitespaces”

  2. mackn says:

    try quoting the name “like this” or use backslash like this.

Leave a Reply