S.
When I go and do the following
1) put the whole address with the internal folder I get the "can get connected to the folder error"
2) put the address without the internal folder, it seems like is connected " No error "
3) it seems like when I log in the ftp directs me to the folder so I...
S.
I dont understand, where and how should I type the url, It seems like there are two of them
the first one that is missing the myusername
mypassword@ftp.theirdomain.com/myfolderwithintheirftp"
and the second one that is more like the one on my code...
S.
Thanks anyways for battling with me here,I just want to make sure that you know that I am trying to get this file outside my network into another FTP server on another network?
Can I put like a time counter to wait while the ftp connection goes live?
do you think that might be the problem...
Dim ftpfolder As Shell32.Folder
Dim ftpshell As Shell32.Shell
Set ftpshell = New Shell32.Shell
Set ftpfolder = ftpshell.NameSpace("ftp://myusername:mypassword@ftp.theirdomain.com/myfolderwithintheirftp")
' This is the file I am trying to upload unto their FTP site
ftpfolder.CopyHere...
S.
Thanks a bunch for your help on this and for battling all along, thanks again. I made the changes to the code as per your request and you were right error is gone but the file that I want to upload the the outside FTP site gets saved on the folder in which the project is located.
what am I...
S.
Here is the code I have:
Dim ftpfolder as folder
Dim ftpshell as shell
set ftpshell =new shell
set ftpfolder=ftpshell.namespace("ftp://myusername:mypasswrod@ftp.theirdomain.com")
ftpfolder.copy "c:\myfilelocation"
There is no copyhere method on ftpfolder but copy
Now I get an Type...
S.
Is not really an error is just that hangs and I cant do anything but kill the process to use computer again. will the code runs the machine hangs
Thanks
Hi gurus.
I just need the easy and simple way to upload a file to a FTP server on another network The file might be as big as 20mb no more than that.
The last I tryed was Strom** shell solution but I get an error. can some one help on this.
Thanks a bunch
Hi gurus
I would like for you to point me to the right direction and here is what I need.
I have this project in which I need to send an XML sever request to another domain server and get back some information on the same format to be process by our system.
what would be my step one to...
hi gurus
I am trying to learn Foxpro on my own so take it easy on me
here is where I am, I have created a select statement like the following
select field1,field2 from table into cursor mytest
then I wanted to create an excel file from this cursor
copy to filename type...
hi gurus
I just came from a repair on xp pro sp2, had a blue screen but for some reason I cant get RPC to start and it seems like this service controls a bunch of other like printer spool and others
Thanks gurus for any help I can get
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.