Dear All,
I am trying to upload a file in my PC to a FTP server. For this
reason I use the TCPIP socket with the FTP commands.
My problem is with the STOR command. Let's imagine that
I want to upload the file c:\temp\kk.txt to my ftp server.
Then the command should be something like:
STOR c:\temp\kk.txt
PASV
but this creates an empty file called c:\temp\kk.txt in my
ftp server.
Does anybody knows where am I failing?
Thank you in advance,
Ernest