Sander Timmerman Posted July 11, 2006 Posted July 11, 2006 Hi all! Is there a way to map an ftp server e.g (ftp://10.10.10.10/bladiebla) to an drive letter in Windows XP Professional? I couldn't find anything with the search function, do you guys know something?! P.s: sorry for my bad english i'am from the Netherlands
gamepin126 Posted July 11, 2006 Posted July 11, 2006 http://www.autoitscript.com/forum/index.php?showtopic=28884
Sander Timmerman Posted July 11, 2006 Author Posted July 11, 2006 http://www.autoitscript.com/forum/index.php?showtopic=28884It is an great tool, but it doesn't work with an FTP server Does someone else have solutions??
/dev/null Posted July 11, 2006 Posted July 11, 2006 Hi all!Is there a way to map an ftp server e.g (ftp://10.10.10.10/bladiebla) to an drive letter in Windows XP Professional?I couldn't find anything with the search function, do you guys know something?!P.s: sorry for my bad english i'am from the Netherlands get a copy of Novell netdrive OR WebDrive OR ftpNetDriveCheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Sander Timmerman Posted July 11, 2006 Author Posted July 11, 2006 get a copy of Novell netdrive OR WebDrive OR ftpNetDriveCheersKurtWe have used those tools, but we want to integrate it in our own program :"> That's why we are looking for an AutoIt solution.
/dev/null Posted July 11, 2006 Posted July 11, 2006 We have used those tools, but we want to integrate it in our own program :"> That's why we are looking for an AutoIt solution.well, that would be very hard to do with AutoIT, as you'll have to create a virtual drive andthen "map" the read/write requests to that drive into ftp commands. So, basically you need toprogramm the whole funtionality of the tools I mentioned. I guess this can be done with aautoIT pulg-in, but a programmer surely needs a very good understanding of the windowsAPI to write such a piece of code. I suggest you better look for another solution or use one of the tools I mentioned.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Sander Timmerman Posted July 11, 2006 Author Posted July 11, 2006 well, that would be very hard to do with AutoIT, as you'll have to create a virtual drive andthen "map" the read/write requests to that drive into ftp commands. So, basically you need toprogramm the whole funtionality of the tools I mentioned. I guess this can be done with aautoIT pulg-in, but a programmer surely needs a very good understanding of the windowsAPI to write such a piece of code. I suggest you better look for another solution or use one of the tools I mentioned.CheersKurtThanks again for your reply!I think to it is to difficult for me to write such an program, but i thought maybe there is such an prgrammer that already has done it Aparently not
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now