|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
FTPing stuff through web pages
The company I work for has a client that has their own FTP
space to host their site. They don't have their own server, just rented space. Normally to write files or upload files (if you have your own server) you'll do something like this: Code:
<cffile destination="c:\inetpub\wwwroot\"&#client_folder.folder#&"\uploads" action="UPLOAD" nameconflict="MAKEUNIQUE" filefield="logo_upload" accept="image/pjpeg,image/jpg,image/jpeg"> But what if you wanted to manage files and folders from within an FTP account? firstly I assume it would be something like: Code:
destination="ftp.something.co.uk" secondly, surely there would be some security error thrown back by coldfusion? any ideas? |
|
#2
|
|||
|
|||
|
What you want is the CFFTP tag.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
thanks, i'll look into that
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > FTPing stuff through web pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|