![]() | |
#11
| |||
| |||
|
|
If I browse the ftp site I can see the following file structure ftp://uploads.mywebsite.ca/test/ In explorer I can drag and drop files into both the root and test folders following are the ftp parameters for my web site I've been given. ftp://uploads.mywebsite.ca username "myusername" password "mypassword" |
|
f.DestinationFile = "/test/test.txt.accdb" |
|
As I noted above, the code fires on a button click on a test form. |
#12
| |||
| |||
|
|
"Lou O" <lgeastw... (AT) gmail (DOT) com> wrote in message news:96d6d108-6c5a-4d1a-a644- If I browse the ftp site I can see the following file structure ftp://uploads.mywebsite.ca/test/ In explorer I can drag and drop files into both the root and test folders following are the ftp parameters for my web site I've been given. ftp://uploads.mywebsite.ca username "myusername" password "mypassword" I would double check the above. Perhaps it is : ftp://www.uploads.mywebsite.ca orftp://ftp.uploads.mywebsite.ca f.DestinationFile = "/test/test.txt.accdb" Hum, the above file name does looks somewhat wrong... text.txt.accdb??? Perhaps the above is type-o? The above target name likely should not matter, but you do want to check this... As I noted above, the code fires on a button click on a test form. That should be just fine, since your download test code works, this is likely an non issue... Why not try a test using this:http://www.mvps.org/access/modules/mdl0015.htm I don't think this is a library/vba code issue. This is just an issue of supplying the correct information... You can try the above ftp example, it is not based on that VBA code library. So, if that alternate code DOES in fact work, then yes we can conclude that the VBA code library is the problem. If it don't work..then you back to supplying the correct information issue. -- Albert D. Kallal * *(Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKal... (AT) msn (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |