# FTP node, activity log? is that something that is available?

**URL:** https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816
**Category:** General
**Created:** [5 April 2019 17:56 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816 "2019-04-05T17:56:00Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![KevinPamu](https://avatars.discourse-cdn.com/v4/letter/k/ba9def/32.png) [@KevinPamu](https://discourse.nodered.org/u/KevinPamu)
#### Post date: [5 April 2019 17:56 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/1 "2019-04-05T17:56:01Z")

</div>

I was trying to use the FTP node and check if there was a way I can track if the file has been sent or if it failed. Is this a possibility? Thanks in advance.

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [6 April 2019 05:10 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/2 "2019-04-06T05:10:49Z")

</div>

did you connect a debug node ? It should provide you output once done.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [6 April 2019 08:53 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/3 "2019-04-06T08:53:08Z")

</div>

Which

> the FTP node

are you referring to? [Library - Node-RED](https://flows.nodered.org/?term=ftp&num_pages=1)

If you are asking a question about a specific node it is advisable to list the full name...

As well as the `debug` node I would also try wiring up the `catch` node and the `status` to a debug node, on the same tab as "the FTP" node and see what they give.

---

<div class="post-metadata">

### Author: ![KevinPamu](https://avatars.discourse-cdn.com/v4/letter/k/ba9def/32.png) [@KevinPamu](https://discourse.nodered.org/u/KevinPamu)
#### Post date: [8 April 2019 17:20 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/4 "2019-04-08T17:20:32Z")

</div>

Thank you @bakman2 and @ukmoose for the reply.

Sorry about the late reply, I was trying a few different nodes. I tried both, `node-red-contrib-sftp` and  
`node-red-contrib-ftp` and I see a status on the node that says success when I transfer something, is there a way I can access that status? make sure it was a success before I move to the next file?

Thank you in advance.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [8 April 2019 20:22 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/5 "2019-04-08T20:22:30Z")

</div>

That's what the Status node is for.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [8 April 2019 21:15 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/6 "2019-04-08T21:15:28Z")

</div>

So have you tried wiring up the nodes as suggested?

---

<div class="post-metadata">

### Author: ![KevinPamu](https://avatars.discourse-cdn.com/v4/letter/k/ba9def/32.png) [@KevinPamu](https://discourse.nodered.org/u/KevinPamu)
#### Post date: [8 April 2019 23:05 UTC](https://discourse.nodered.org/t/ftp-node-activity-log-is-that-something-that-is-available/9816/7 "2019-04-08T23:05:44Z")

</div>

I just tried the status node like you suggested and `node-red-contrib-sftp` had a node status that I could use. I am trying to back up a file once the file transfer is completed and move it to a different location Locally. I used the `node-red-contrib-fs-ops` node to move the files.

I am still trying to figure out the best way to check if the status was 'Success' and then move the file to the local folder or if the connection was timed out/file transfer failed to be notified by email.

It is a work in progress.

Thank you for the help.
