Gadnammit, This should work!
..I think...
Anyway, here's the story. I'm using the Inet Transfer control to upload a file to a remote server via FTP. When I use this line of code, the file uploads fine:
Code:
inetFTPTest.Execute , "PUT C:\ftptest\config\ftptest.bok /htdocs/ftptest.bok"
but when I attempt to use App.Path in this line, ie
Code:
inetFTPTest.Execute , "PUT " & App.Path & "\config\ftptest.bok /htdocs/ftptest.bok"
The file will not upload. Am I using App.Path incorrectly? Won't App.Path work with the Inet control?
Help Me Please!
Thanks in advance...