INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: ftp upload path using send to  (Read 835 times)

rickeyjt

  • Regular Member
  • World Citizen
  • ***
  • Posts: 167
  • nothing more to say...
ftp upload path using send to
« on: August 27, 2005, 04:20:09 pm »

Is there a correct syntax to sucessfully get files to a specific ftp remote folder?

I can use the ftp send to feature of mc11 but files always go to the root of my site.  No matter what I type in the path field before uploading they will not get directly to the correct folder.  I've tried forward and back slashes but files always end up on the root of the remote ftp.

Rick

e.g.
pub\harp\rjtvocal\
OR
pub/harp/rjtvocal/
OR
ftp://mysite.com/pub/harp/rjtvocal
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 72257
  • Where did I put my teeth?
Re: ftp upload path using send to
« Reply #1 on: August 27, 2005, 05:09:18 pm »

Try using something like this.

Address:
ftp.yourdomain.com/pub/

Path:
harp\rjtvocal

In that example, the directory harp needs to exist.  rjtvocal will get created.  But only one directory will get created.




Logged

rickeyjt

  • Regular Member
  • World Citizen
  • ***
  • Posts: 167
  • nothing more to say...
Re: ftp upload path using send to
« Reply #2 on: August 27, 2005, 05:52:40 pm »

The path requires the forward slash syntax too.  Otherwise on my remote host (unix btw) harp\rjtvocal is the folder name actually created.

The key is the Address must have a forward slash at the end of it and the Path cannot have a forwardslash in front of it.  After that you can slide the path subfolder levels to either the Address or the Path.  No other combination without that forwardslash placement works.

e.g.:

Address:
ftp.yourdomain.com/pub/
Path:
harp/rjtvocal

OR

Address:
ftp.yourdomain.com/pub/harp/
Path:
rjtvocal

Files are overwritten without confirmation.
Logged
Pages: [1]   Go Up