fragman
Joined: 13 Oct 2009 Posts: 1194
|
Posted: Thu Mar 11, 2010 7:41 pm Post subject: SHFileOperation/IFileOperation/FTP |
|
|
I want to be able to transfer files from/to an FTP server while showing the native windows transfer dialog.
I tried using SHFileOperation as shown here: http://www.autohotkey.com/forum/topic8728-75.html
It doesn't seem to support FTP access though, while Explorer can do it.
I also stumbled upon IFileOperation, does anyone think this method would work?
I'm asking before trying it because I'm not very familiar with COM and I would rather know the chances first...
Other method would be to use the clipboard for it, as Explorer can transfer the files. This would be rather messy though.
Any other ideas? |
|