c# - Open File Dialogue for FTP location -
i have issue open file dialogue when user browse ftp location. path openfiledialogue local path (local setting temp folder) instead of actual ftp path selected. how actual ftp path.
what version of windows running/testing on?
there's feature of windows 7 (not sure if it's in vista well, or perhaps xp) if specify web location (be http or ftp), windows downloads file location , passes path of downloaded file, hence temp folder, application. far can tell openfiledialog documentation on msdn there's no way disable behaviour.
you'll have either roll own implementation, or see if there's pinvoke method can use persuade not exhibit behaviour.
Comments
Post a Comment