|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ftp in coldfusion
how can i use ftp to access my my files in the root derectory and i also want to create some users with username and password in the ftp so that i can host some of my friends for free.
can anyone please help me, i am trying to search the whole net but i cant see to find the right thing, so please can anyone help me |
|
#2
|
|||
|
|||
|
Setting up FTP is outside of the scope of ColdFusion, it is a server configuration issue.
Once FTP is configured, you can connect to your CF directories the same way you would any FTP resource. You can also use CF to programatically perform FTP tasks with CFFTP, but I don't think this is what you are asking for. Sorry I can't be more help, I just get space from a hosting company and they do all the FTP work for me...hehe |
|
#3
|
|||
|
|||
|
< cfftp action="putfile "server="ftp.miosito.it" stoponerror="yes "username="bobby" password="pass1 "localfile="C:\Documents and Settings \">
will that work? |
|
#4
|
|||
|
|||
|
It should work as long as your network allows port 21 going out, and that all the fields (user name, password, target ftp server, etc.) are correct.
In other words, if something is wrong, it is not in the CFFTP tag (it's been in use for years), it's somewhere either in your settings or in the network. |
|
#5
|
|||
|
|||
|
o ic, do u know any FTP servers, like very STABLE
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ftp in coldfusion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|