Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-18-2006, 05:35 PM
|
#1
|
Member
Registered: Apr 2003
Location: England
Posts: 146
Rep:
|
ftp'ing via shell script issue
Hi,
Why does this code:
ftp -n $HOST <<END_SCRIPT
quote USER $USER
quote PASS $PASSWD
cd public_html
put $FILE
quit
END_SCRIPT
exit 0
end up placing the file above the public_html direcory? It definitely changed to public_html (as confirmed by pwd). Yet it *always* puts the file above the public_html.
Help!
cg
p.s. is it sad I just tried to dd a line in this box
|
|
|
09-19-2006, 10:54 AM
|
#2
|
Member
Registered: Apr 2003
Location: England
Posts: 146
Original Poster
Rep:
|
Got everyone beat eh?
cg
|
|
|
09-19-2006, 12:01 PM
|
#3
|
Senior Member
Registered: Nov 2005
Distribution: Debian, Arch
Posts: 3,809
|
Is it possible that the server only allows uploads to the public_html directory?
|
|
|
09-19-2006, 05:08 PM
|
#4
|
Member
Registered: Apr 2003
Location: England
Posts: 146
Original Poster
Rep:
|
Quote:
Originally Posted by ntubski
Is it possible that the server only allows uploads to the public_html directory?
|
That'd be perfect, but the upload is going above the public_html directory even though a pwd shows that the public_html is the currently selected directory!
Just to make it clear, the upload goes into /home/user/ when I want it to go to /home/user/public_html/
cg
|
|
|
09-20-2006, 02:05 AM
|
#5
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,415
|
I think ntubski meant the dir above that eg is it possible that write perm is not avail on the public_html dir to the ftp process.
Just because you can cd into it, doesn't mean you can write to it.
|
|
|
09-20-2006, 05:44 AM
|
#6
|
Senior Member
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,516
|
what if you do it manually?
does it work?
is it your machine?
|
|
|
09-20-2006, 10:11 AM
|
#7
|
Member
Registered: Apr 2003
Location: England
Posts: 146
Original Poster
Rep:
|
Quote:
Originally Posted by bigearsbilly
what if you do it manually?
does it work?
is it your machine?
|
Yes it's my machine! Anywho I have got it sorted now, it was a problem with the $FILE parameter. I'd set it to /confirm but FTP translated the / as an instruction to go to the FTP root.
Thanks,
cg
|
|
|
All times are GMT -5. The time now is 05:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|