Thank YOU, I was away a little...Code works it's GREAT!
Now im trying to adapt it for my app, it'll be hard but i think at the end it will gonna work.THANK YOU :)!!!
Sorry for my englsih. I know it hard to understand what is on my mind...
But you mention what:
"b) the solution uses the Shell as well, because that's how the webbrowser does FTP drag'n'drop/copy'n'paste - but you insist that you don't want to use the shell"
Can you write sample how to...
I dond know how to form question by another way...I think its simple to understand how its formed now....
copy file to clipboadr
when webbrowser1.navigate "ftp://abra:abra@ftp.myftp.com"
webbrowser1.setfocus
and when sendkey "^v"
how to make this sample work in :
Private Sub Form_Load()...
BECAUSE I WANT SO. if YOU can, so help me! I wrote...i didn need YOU to tell me - why isnt working some function of inet in my pc, i didn want to use winsoc and shell. I please YOU to write a sample if YOU know how-write.But if didnt YOU cant help me...Any way THANK YOU for intresting and YOUR...
I write one more time: main idea is that i need c:\text.txt file copy/upload to ftp and i can only use ie/webbrowser1.
we can simulate sendkey ^V or..... ? send direct command frew IE(put..dir) ??
Sorry badly understand english, but to question "why i need"
I can answer: i have installed IE7 like lot of people know there is some problems with it(restricts lot of functions and so on...inet1. didnt work), like i said i want to make vb app auto upload file to ftp using only IE or...
Soory ...im new here, i wantet to post to "Win API (Microsoft)".
Sorry for my english...
my question is how to send file.txt to ftp server using only
IE/WebBrowser ? (Same procedure as inet1.Execute ("ftp://www.microsoft.com", "PUT localfile remotefile" only WITH IE/Web NOT inet and other...
please HELP! Does anyone knows how to upload file frew Webbrowser or IE?
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
ClipboardCopyFiles "C:\text.txt" ' need to copy text file and sent it to ftp
IE.Navigate2 "ftp://loginasnl@ftp.my.com"
ClipboardPasteFiles("/text.txt")...
I need some how to upload file to ftp frew IE.
It can be simulate copy/paste for example
copy c:\text.txt
navigate ftp
paste file
somehow with IE.ExecWB OLECMDID_PASTE, OLECMDEXECOPT_PROMPTUSER
or somehow send command to ftp frew IE
PUT,GET....
Please HELP....im new to VB...i use vb6 and i need a sample how
to upload file frew Internet explorer to FTP (NOT winnet,winsok,shell....)
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
ClipboardCopyFiles "C:\text.txt" ' need to copy text file and sent it to ftp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.