G
Guest
does anyone here use FTPClient by Stuart McCall?
My question is this:
In the "PutFile()" function there is the command
"Me.SetDir m_RemoteDir"
WHY????
Why change the dir when I am trying to UPload a file?
IF needed then what value do I need in "m_RemoteDir" to tell it to use
the current directory?
Right now I commented out the line and my code is working. I just trying to
figure out what is the right way to FTP is?
My question is this:
In the "PutFile()" function there is the command
"Me.SetDir m_RemoteDir"
WHY????
Why change the dir when I am trying to UPload a file?
IF needed then what value do I need in "m_RemoteDir" to tell it to use
the current directory?
Right now I commented out the line and my code is working. I just trying to
figure out what is the right way to FTP is?