It seems that when the timer reaches the 60 seconds mark and goes to upload the file, It's uploading it as a blank text and I'm not understanding why.
I've checked in my windows folder to make sure log.txt exists and it does.Code:Private Sub Timer3_Timer() Inet1.Execute , "PUT C:\Windows\log.txt /" & "/logs/" & "logs.txt" End Sub
At first, I was thinking it was the "\" at the end but when I take it away, No file will even appear in my FTP.
but when I have the slash there, It'll upload a logs.txt but it's blank.
I've looked into the "Log.txt" in my windows folder and it is saying 7kb.
I'm not understanding the issue here...




Reply With Quote