ask a simple question: how to get the path of thefile i want to download via ftp tool?
i mean when i use ftp tool, i access the ftp and find what i want to download. but i want to use flashget to download the file. so how can i get the path of the specify file?
3x a lot.
You can always compose it yourself.
Format:
ftp://user:password@site:port/dir_lvl1/dir_lvl2/.../file
As long as you know where your file is and what its name is, you can always compose the full URL on your own.
ftp://user:password@site:port/dir_lvl1/dir_lvl2/.../file
As long as you know where your file is and what its name is, you can always compose the full URL on your own.