Brian Gillingham
Apr 21 2006, 08:49 PM
| | I just want to put out a little caution for everybody.
Be very careful when using most FTP transfer programs. If you double-click on any file (either local, or remote) it usually transfers that file across to the other side. Be especially careful if you have set up the default to overwrite.
I found this out when I was doing some admin with a PhpNuke site, and I wanted to view its config.php file, but I transferred that file to my local directory (which was a local nuke). At the time, I just thought it was strange that the file didn't view or launch.... but, it simply nested itself in a bad location. Apparently, my local nuke stopped working due to the different values contained within.
I changed my setting in Filezilla - setting the action for a file's double-click (since version 2.19):
Click to view attachment |
Reply
snlildude87
Apr 21 2006, 09:13 PM
Yep, Filezilla would do that to you. It's the best free open source ftp program, but it will overwrite your files if you double click on them. Before using any programs, make sure that you play with the settings first before actually using the program. If the program has an export settings feature, use it. It'll come in handy when you reinstall the program again.
Reply
mayank
Apr 21 2006, 11:59 PM
Thanks a lot brian for letting the members know about this bad setting. I dont use Filezilla but I use FireFtp plugin of Firefox for the FTP works but I am sure that those who use Filezilla will find it usefull.
Reply
rvalkass
Apr 22 2006, 12:06 PM
To avoid this problem, and also make it work more like the traditional Windows file browser, I have set double click to Open/Edit. This means that if I accidentally double click the wrong file then nothing will actually happen to it.
Reply
Hamtaro
Apr 23 2006, 03:31 AM
I also use the FireFTP xtension, but that is still useful information for people using other programs. I know I'll be sure to use that advice if I ever use anything else (FireFTP asks to overwrite, regardless of whether it's being uploaded or downloaded). Another thing to pay close attention to is your current directory (on both the upload and download end). Especially if you're using a program such as Filezilla (at least according to what has been said). I know I've made a lot of mistakes with FTP (like not paying attention to the file I uploaded, which would turn out to be a lower version than the one on the server). It's best to be careful, no matter what you're doing, not just double-clicking.
Reply
Florisjuh
Apr 25 2006, 05:40 AM
Thanks for the tip, altrough I use SmartFTP I guess it's allways nice to know what can happen if you use other programs
Reply
Similar Topics
Keywords : ftp click caution multiple sites clicking- Directory Restricted?
- I can't edit one of my site's directories (7)
- My Site's Ip Address
- Finding out my numerical IP address (5)
Hi, I was wondering how I can find the numerical IP address of my site. I have my site hosted at
Trap 17, but instead of a subdomain i use my own (parked) domain name. Can anyone tell me how I can
find the address of my web site in the shape of 81.200.30.55 (this is just a random example) instead
of in the shape of http://www.vlaanderen-flanders.org.uk ? Thanks for any advice. ...
Multiple Hosting
- more than one account (3)
i have a question if you are already hosted on trap17 can you get a second hosting account and would
you have to keep twice the the amount of greadits or not?...
Need Help With My Database
- I cannot transfer my old site's database (19)
I Couldn't import my database info via Import from php my admin and i got the .sql file from the
php my admin of my old hosting and every time i try to import it give me an error that i don't
have the permissions to do.... /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
alt="sad.gif" /> What shall i do?? I need Help Please...
Sites Disapeard, Mysql Errors? Also Server Folders Deleted
- (18)
Hello its 15:40 and I login see if everything runs oke, and I see numerus things deleted my mysql is
working again. Whats going on? My Webpage couple websites got deleted, and server folder files now
whats going on? /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> my
forum also give errors but mysql db stil there /sad.gif" style="vertical-align:middle" emoid=":("
border="0" alt="sad.gif" />......
Other Sites Like Trap17
- (14)
I like trap17 very much , but i was just wondering if there is any other site which gives same
feaures like trap 17???i think there are some sites which are working with same theme.....
Translate English-based Site Into Multiple Langs
- is it allowed on trap17.com? (8)
Ok, anyone who has visited My Webpage will notice that my website is written completely in
English, as the rules state is the requirement. However, a while ago (when I had this site on a
different host), I was working on a French translate for my site, and was considering Japanese too.
Now that I am hosted on Trap17.com, I want to know if I can put up a translated version of my site
without breaking the rules. I would still keep the website as English by Default, because the
rules say I must, but am I allowed to make translates of the pages? I will keep all the cont...
Denied Connection
- and cannot open TRAP17 sites (7)
Hey people i have a problem with my site... some times it denies connection to some people and they
cannot open the site ? this happened to me once and i couldnt open the trap17 forums also... so pls
tell me what could be the possible cause ? thanks "Help ?!" is not a good topic title. Admins
will start to give warnings for this, so next time be specific. Don't forget to enter the
description line as well. Edited title and description as per OpaQue's request. ...
Operation Timed Out When Logging In
- To Secure Sites Like eBay or PayPal (4)
Does anyone know why this is so or how to fix it? I'm running Firefox 1.0 on WinXP Home.
I've read that this combination (and also IE6+ on XP with service packs) causes this error. I
haven't installed SP2 but I think my laptop came with SP1 installed already. Last night my
computer rebooted itself saying it had installed a critical update and needed to restart. It was
downhill from there. Programs that connected to the internet through various ports started giving me
errors and this "operation timed out when trying to connect to ..." error started popping u...
Way To Have 'two' Sites?
- >_> (5)
Alright, I have my site set up using the LUE2 source that I have edited. I cannot think of anything
to do to make it 'original' so I want to use a different source. Is there a way I can have
'two' message boards? Would I just set a subdomain for it and call it something like
www.mysite.trap17.com/newsitename if I wanted to do a subdomain? I want to code a board from
scratch, but I dont want to have to get rid of my current site to do it until I get it perfected. So
it will have next to no members and take up no disc space. Is there a way I could do that?...
[code] No Right Click
- This is a HTML Code!!! (3)
<script language=JavaScript> <!-- var message="Function Disabled!";
/////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message);
return false; } } function clickNS4(e){ if
(document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){
alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4; } document.oncontextmenu=new Function("al...
Top Sites
- Finnally :D (1)
I've finnally installed a topsites on my sites. you have to register to the site in order to
keep track of people.Tell me what you guys think. http://brainproductions.co.nr If you find a
bug or something wrong with the topsite or site please e-mail me or post in the forums. Thanks,
Mario...
Why Do I Have To Click At Least 4 Times...
- (3)
Why do I have to click at least 4 times to go back at the forums? everytime, I go somewhere and want
to go back, I have to click the back button 4 and sometimes even 5 times, I hear that clicking
sound, but it does nothing, is this happening to anyoneelse?...
Can't Click/see Google Ads
- even with msie it doesn't work (1)
I saw this message on cpanel that i should that to keep my account but how can i do that if i
can't see them (its says its forbidden 4 me to see them or something)....
Anyone really good at making sites?
- and want to help me with mine? (11)
I would say im medicore at making sites and im trying to make a really nice professional looking
site for my band. I have flashmx 2004 and dreamweaver mx 2004 but im not really good at using them.
I definetly not good at making graphics. if anyone would wanna help me or give me some pointers or
anything hit me back or email me you can also check out my site that i have started but it still
needs alot of work downpour thanx...
Ad Clicking
- (0)
Members don't encourage ad clicking. Each and every advertisement requires lot of investment
from the advertisers part. Clicking them for no reason or just because you find them amusing is
indirectly affecting the advertisers cost and the consumers suffer....
Looking for ftp, double, click, caution, multiple, sites, careful, double, clicking
|
|
Searching Video's for ftp, double, click, caution, multiple, sites, careful, double, clicking
|
advertisement
|
|