LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

put file-error access denied

i want to put test.txt into ftp file, but the error...my error display 'access is denied'...what's my problem???

0 Kudos
Message 1 of 6
(3,550 Views)

Hi snta1806,

are you sure that the "anonymous" account exists?

 

Mike

0 Kudos
Message 2 of 6
(3,541 Views)
yes,,because anonymous is default account. why my simple coding is error?...i'm using internet explorer to open ftp://192.168.2.65 and the result is ok
0 Kudos
Message 3 of 6
(3,531 Views)

Try:

  • specifying a correct path for the remote address. Something like '/path/to/file.ext' (without the quotes)
  • using passive mode (set the active flag to False)
 
0 Kudos
Message 4 of 6
(3,515 Views)
can't... always error 'access is denied'...i try using an example in NI, the problem still display 'access is denied'
0 Kudos
Message 5 of 6
(3,504 Views)

1. Log into your stp using command line, and find out which remote path that you can put a file.

2. Put path in #1 to remote path of ftp put file.vi. For example: /incoming of ftp.ni.com. If it's root path, just put /

 

0 Kudos
Message 6 of 6
(3,496 Views)