Website Upload
#1178
Replies: 1 comment 2 replies
-
@Shand359 I suspect your config/ftp-settings.sh file needs work. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again... I have been having another look at the website upload of files... Every time i try it i keep getting this error...
pi@allsky:~/allsky $ scripts/upload.sh --debug /tmp/test.txt IMAGE_DIR test.txt
upload.sh: FTP '/tmp/test.txt' to 'IMAGE_DIR/test.txt', TEMP_NAME=x-5934
*** upload.sh: ERROR, RET=1:
FILE_TO_UPLOAD='/tmp/test.txt'
REMOTE_HOST='153.92.6.39'
REMOTE_DIR='IMAGE_DIR/'
TEMP_NAME='x-5934'
DESTINATION_FILE='test.txt'
257 "/" is the current directory
drwx--x--- 5 u618242068 apache 4096 Dec 6 21:40 .
drwx--x--- 5 u618242068 apache 4096 Dec 6 21:40 ..
drwxr-xr-x 3 u618242068 o55211058 4096 Dec 6 21:40 domains
lrwxrwxrwx 1 u618242068 o55211058 55 Dec 6 21:40 public_html -> /domains/onthankshed.online/public_html
---> CWD /IMAGE_DIR
<--- 550 /IMAGE_DIR: No such file or directory
cd: Access failed: 550 /IMAGE_DIR: No such file or directory
cd IMAGE_DIR/ failed!
---> QUIT
<--- 221 Goodbye.
From what i can see, everything is set as it should be....
Beta Was this translation helpful? Give feedback.
All reactions