..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:
but when I attempt to use App.Path in this line, ieCode:inetFTPTest.Execute , "PUT C:\ftptest\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?Code:inetFTPTest.Execute , "PUT " & App.Path & "\config\ftptest.bok /htdocs/ftptest.bok"
Help Me Please!
Thanks in advance...




Reply With Quote