step Posted July 7, 2005 Posted July 7, 2005 reeeeally dont know too much about autoit! but looks cool and i did a wee program with it. done some vbscript stuff. please could anyone point me in the right direction.... Is it possible to right click a file/files in explorer and "send to" ftp destination (reading host, userName and password from a text file?) thanks in advance step
JSThePatriot Posted July 7, 2005 Posted July 7, 2005 Basically you are wanting Shell Integration? I havent seen this done in AutoIt. Not saying it isnt possible, but that is going to take some research and hard work to accomplish. Might want to check into DLLCall() and DLLStruct() functions in the latest beta. They may be able to help you out in your endeavor. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
w0uter Posted July 7, 2005 Posted July 7, 2005 i made some FTP functions. I DO NOT KNOW IF THEY STILL WORK, DUE TO PROBLEMS WITH MY FTP SERVER I CANNOT TEST/DEBUG EM ! you can find them in my sig. (FTPxxx should still work though. but its bad.) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Wus Posted July 11, 2005 Posted July 11, 2005 hey wouter, if you need a test ftp server you can use mine the only problem is that it only works in active mode, pasv does not work for some reason pm or post if you are interested, ill email or pm you the info
Swimming_Bird Posted July 11, 2005 Posted July 11, 2005 i mean adding the function to the context isnt that hard, its just a reg file to call the script. i'm not sure though how to pass the file name to the script from there. If you can pass a variable to a script when calling it it would be possible.
w0uter Posted July 11, 2005 Posted July 11, 2005 commandline ? ($CMDLINE[]/RAW) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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