View Single Post
Old 03-10-2003, 11:21 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

I think he meant something like this;


Upload:

1. You choose "d:\www" as local root directory
2. You queue a file "432432.jpg" in "d:\www\galleries\june\"
=> Client transfers file "432432.jpg" to "$current_remote_path/galleries/june/"


Download:

1. You choose "/galleries" as remote root directory
2. You queue a file "432432.jpg" in "/galleries/june"
=> Client downloads file "432432.jpg" to "$current_local_path\june"



It sounds like it could be useful feature for ppl that are constantly updating their webpages (saves a lot of time, when you don't have to change directories manually on another end)
darkone is offline