SOLVED
FTP Site Upload / Download files
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jschroeder
7 - Meteor
‎11-11-2014
05:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I would like to set up a connection to a secure FTP site allowing me to schedule upload and download of files. I am assuming I would need to create a text input file and configure the download connector.
Solved! Go to Solution.
Labels:
- Labels:
- Download
4 REPLIES 4
ChadM
Alteryx Alumni (Retired)
‎11-13-2014
12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, this is the correct method. The Text Input Tool is a great way to pass a URL to the Download Tool. Once that is set up, you can update the security information fields within the Download Tool to complete the process.
The Help file on the Download Tool goes into more detail, but as always feel free to email support@alteryx.com if you have any questions on a specific module you're working on.
15 - Aurora
‎04-18-2015
08:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Can you share the way you solved the way to PUT files into a remote FTP?
Thanks a lot
Can you share the way you solved the way to PUT files into a remote FTP?
Thanks a lot
rmarshall
5 - Atom
‎06-12-2015
02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I second aguisande's request. An brief example/explanation would be very helpful.
‎07-09-2015
02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
use RUN COMMAND
Identify the file to output
create a .bat file that points to a .txt script and add the .bat file name to the Command:
you need to create a .txt file with this script: (make sure you use edit and exit functions)
Open ftp1. your address.com
Your ID
Your Password
CD your folder you want to output to
put "file output name"
bye
Create a .bat file. (make sure you use edit and exit functions)
ftp -s:yourfile.txt
Identify the file to output
create a .bat file that points to a .txt script and add the .bat file name to the Command:
you need to create a .txt file with this script: (make sure you use edit and exit functions)
Open ftp1. your address.com
Your ID
Your Password
CD your folder you want to output to
put "file output name"
bye
Create a .bat file. (make sure you use edit and exit functions)
ftp -s:yourfile.txt
