LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FTP a file with TCPIP: STOR command

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
0 Kudos
Message 1 of 2
(2,719 Views)
Ernest,

if I don't misunderstand your need, should
be simpler if you use the PUT command.

bye

--
Francesco Pezzuti ICQ: 14253763
0 Kudos
Message 2 of 2
(2,719 Views)