Forum Moderators: phranque

Message Too Old, No Replies

FTP Program

I've been looking for a while and still can't find the right one...

         

Harvs

12:35 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



I've been looking for at least a month for the perfect ftp program. I have come acroos many good ones which I'm using but the features I'm looking for are:

1. File sychronization - For both uploading and downloading

2. I would like to be able to upload a file to the right folder without selecting the desination path. Dreamweaver does this well but no other ftp client that I have seen does this. For examples say I want to upload the file /images/test.jpg I just select that image in my local file view and say "upload". It will then automatically go into the /images folder on the server.

3. Change the permissions / attributes of files (Something the Dreamweaver program can't do).

That's it really, I've found programs that can do combinations of the three but not all three in the one program.

Any suggestions welcomed

-Harvs-

giggle

12:49 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



I've been using leapware for a couple of years now. Never had a problem with it.

[edited by: trillianjedi at 12:53 pm (utc) on Jan. 20, 2005]
[edit reason] TOS - no commercial URL's please [/edit]

trillianjedi

12:57 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[filezilla.sourceforge.net...]

You may have tried that one already though.

To try and keep this thread spam-free, perhaps we can see if we can first of all find you an open-source FTP client that will do the job....

TJ

Harvs

1:33 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



Thanks for the replies...

Both those programs are good but aren't doing what I would like them to.

With my current ftp program (In dreamweaver) All I have to do is select the root directory for my local folder and for my remote folder and then if I want to update a file to the remote server I just select it in the local folder and hit "upload". I don't have to worry about navigating to the correct destination folder on the remote view, this makes small updates so much faster.

The dreamweaver ftp program also has a great sychronization tool. I just click the files or folders I want to sychronize, select whether I want to "get" or "put" the files on the server and it's done.

The one thing dreamweaver doesn't do is allow me to set the attributes or permissions of files on the server. I am currently using Leech to do this.

The silly thing is I don't even use Dreamweaver for my coding. I only use it for the FTP.

Sorry about the lengthy post, I thought it best to explain fully to avoid confusion.

-Harvs-

Harvs

1:46 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



One other thing I just thought of was the way most ftp programs view their files. You generally can only view the files that are in one folder at any one time. I would be better if they were in a directory tree, like a normal file browser, that way I could select multiple files from various folders at the ones time.

Maybe I'm just expecting too much but ftp programs have been around for a long time, and these features don't seem to be anything too elaborate.

benihana

1:48 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



which version of DW are you using? MX can set permissions (i dont think 2004 can though )

Harvs

1:51 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



MX Version 6.

benihana

1:58 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you can use the ftp log and put :

site chmod 777 pathto/myfile.php

Harvs

2:08 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



That works well enough, I didn't know about the dreamweaver ftp log. It would be good though if a stand alone ftp program has all these function.

One more thing you may be able to help with. On the remote view of my file server my .htaccess file isn't visible. Any way around this?

Thanks for the help

-Harvs-

benihana

2:11 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I *think* you have to add .htaccess to the file types dreamweaver recognises to be able to see it.

in the preferences under code view or file types or something, there will be an option that reads 'open in code view' followed by a list of file extentions. Add .htaccess to this list.

Birdman

2:15 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Usually you need to use the -a switch to "show hidden files"(eg .htaccess)

Look around in the program "options" for either "show hidden files" or an entry for adding a custom command, which should be -a

Harvs

2:25 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



Nothing seems to work. Doesn't really matter, I don't update .htaccess very often and when I do I'll just use another program if need be.

Well thanks for the help eveyone, I guess in the end I'm back where I started....with dreamweaver :)

kodaks

2:42 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Greetings,
These threads may show you some more possibilities:
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]

Birdman

3:38 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This sounds like a job for rsync [samba.org] to me.

devshed.com/c/a/Administration/File-Synchronization-With-Rsync/

mastervisa

4:37 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



don't know if this helps. I use RS FTP. I like it because it remembers where to go.

TheDoctor

8:21 pm on Jan 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I like SmartFTP, because it uses windows-like drag and drop operations.

Don't know if it's made any more though. I used to get notification of upgrades, but haven't had one for a long while now.

rocknbil

8:30 pm on Jan 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've used WS_FTP for at least 8 years, maybe more, and while it doesn't do the synchronizing you need, I keep that map in my head. :-) However a clarification on the .htaccess file . . .

Anything on a Linux system that begins with the dot is SUPPOSED to be invisible. This is by design, and the FTP programs are just respecting it. However . . .

With ws_ftp, if you want to copy down an .htaccess file, hit the <- arrow with nothing selected, and enter .htaccess in the pop-up. It will work.

To set permissions, right-click the files and select chmod.

To execute any FTP command (such as ls -a) right-click in the remote directory, and select QUOTE from the FTP commands sub-menu. Enter the command and press OK. Like chmod 755 .htaccess. :-D

bill

4:49 am on Jan 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



WS_FTP Pro has a synchronize utility that can be scheduled to run whenever you want. The latest version 9.x will do everything you asked.