0
Getting multiple file from FTP and inserting file conten to DB

/t5/coldfusion-discussions/getting-multiple-file-from-ftp-and-inserting-file-conten-to-db/td-p/825847
Feb 12, 2009
Feb 12, 2009
Copy link to clipboard
Copied
Hello,
i need to get file from FTP and insert file content to SQL DB. What process i need to follow?
I am able to connect to FTP server and list files using following code...
Questions:
1. Do i need to get file from FTP and store in local folder to read file and insert to DB?
Or i can read file directly from FTP and store to DB?.
2. What kind of loop i use for reading muliple files from ftp?
Please help me with steps to follow for reading file content..
i need to get file from FTP and insert file content to SQL DB. What process i need to follow?
I am able to connect to FTP server and list files using following code...
Questions:
1. Do i need to get file from FTP and store in local folder to read file and insert to DB?
Or i can read file directly from FTP and store to DB?.
2. What kind of loop i use for reading muliple files from ftp?
Please help me with steps to follow for reading file content..
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/getting-multiple-file-from-ftp-and-inserting-file-conten-to-db/m-p/825848#M76422
Feb 12, 2009
Feb 12, 2009
Copy link to clipboard
Copied
1. You can read files from anywhere on your server.
2. Loop through query to get you started.
2. Loop through query to get you started.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/getting-multiple-file-from-ftp-and-inserting-file-conten-to-db/m-p/825849#M76423
Feb 13, 2009
Feb 13, 2009
Copy link to clipboard
Copied
1. You can read files from anywhere on your server.
You mean, i can read file from FTP? Parse file content and insert to DB?
No need to move file from FTP CF server and then read content?
You mean, i can read file from FTP? Parse file content and insert to DB?
No need to move file from FTP CF server and then read content?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

