Your best friend for file transfer.

problem: Requested action not permitted (6 posts)
- Started 21 years ago by KarenInNorway
- Latest reply 21 years ago from Jim Matthews
-
KarenInNorway Member
-
Jim Matthews Administrator
It could be that the server objects to one or more of the characters in the name of the file you are uploading. You might try uploading a file named a.jpg -- does that work?
Jim Matthews
Fetch Softworks -
KarenInNorway Member
I got the same error message.
Here is the transcript.System Version = 0x910
Connecting to ftp.powertech.no port 21 (31.01.02 22:41:20)
220 login3.powertech.no FTP server (Version wu-2.6.1-16.7x.1) ready.
ADAT
530 Please login with USER and PASS.
USER klausens
331 Password required for klausens.
PASS
230 User klausens logged in.
SYST
215 UNIX Type: L8
PWD
257 "/home/k/kl/klausens" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood.
CWD public_html
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html" is current directory.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (195,159,0,153,69,32)
STOR a.jpg
550 Requested action not permitted.
ftp_store_setup: -30000 (state == RPUT_SETTING_UP)
ABOR
CStreamOT::Read() OTRcv() returned -3208
225 ABOR command successful. -
Jim Matthews Administrator
That seems to eliminate the file name as a problem. I would contact powertech.no and ask them to look into a permission problem with your account on their server.
Thanks,
Jim Matthews
Fetch Softworks -
KarenInNorway Member
Hi Jim
I finally got a response from my support people, they say they have checked out the site, and there are no problems.
I have discovered I get the same error with other ftp-sites too, so I tend to believe them.
I have restarted with only Mac OS 9.1 extensions, and no firewall at all. Same error, see transcript below.
The strange thing I can see is the line with reference to 'MACB ENABLE': command not understood. This comes from other ftp servers too, with slightly different language.
Ideas?
Transcript of a attemted transfer of simple ledig.html page:
System Version = 0x910
Connecting to ftp.powertech.no port 21 (12.02.02 21:38:26)
220 login3.powertech.no FTP server (Version wu-2.6.1-16.7x.1) ready.
ADAT
530 Please login with USER and PASS.
USER klausens
331 Password required for klausens.
PASS
230 User klausens logged in.
SYST
215 UNIX Type: L8
PWD
257 "/home/k/kl/klausens" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood.
PWD
257 "/home/k/kl/klausens" is current directory.
PORT 10,10,17,234,36,142
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for directory listing.
total 16
drwx------ 2 283956 100 4096 Feb 12 10:03 mail
drwx--x--x 10 283956 100 4096 Feb 4 22:26 public_html
226 Transfer complete.
TYPE I
200 Type set to I.
PORT 10,10,17,234,83,171
200 PORT command successful.
STOR ledig.html
550 Requested action not permitted.
ftp_store_setup: -30000 (state == RPUT_SETTING_UP)
ABOR
225 ABOR command successful. -
Jim Matthews Administrator
The MACB command is just to find out whether the server supports it -- it does not explain the error that the server is giving when you try to upload.
My best guess is that the owner id of your server folders is set incorrectly, denying you permission to save files. You could try uploading with a different FTP client (such as Vicom's, available from www.vicomsoft.com) to confirm that it isn't a problem with your FTP client.
Thanks,
Jim Matthews
Fetch Softworks
- Page 1
Topic closed
This topic has been closed.
I am trying to use Fetch to upload to my host.
The service is a free email/website package, I use another broadband connection.
I have Norton Firewall installed, but this problem is the same when I turn it off.
I can open my connection, see all my files, and start to load up. If I transfer a folder I can then see the folder, but no contents. With a single file, I see nothing.
I have searched though this help site, but found no answers. I have tried with and without automatic transfer, and turned on the Passive Mode preference.
I have clicked off the MacBinary option, thinking that was maybe what "MACB ENABLE" refered to.
The error message I get is "SERVER RESPONSE: Requested action not permitted."
Here is the transcript from Fetch 4.01 (MacOS 9.1) after trying to upload a folder called "images".
System Version = 0x910
Connecting to ftp.powertech.no port 21 (31.01.02 21:22:07)
220 login3.powertech.no FTP server (Version wu-2.6.1-16.7x.1) ready.
ADAT
530 Please login with USER and PASS.
USER klausens
331 Password required for klausens.
PASS
230 User klausens logged in.
SYST
215 UNIX Type: L8
PWD
257 "/home/k/kl/klausens" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood.
CWD public_html
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html" is current directory.
CWD private
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html/private" is current directory.
CWD images
550 images: No such file or directory.
MKD images
257 "/home/k/kl/klausens/public_html/private/images" new directory created.
CWD images
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html/private/images" is current directory.
CWD 2001_12_other
550 2001_12_other: No such file or directory.
MKD 2001_12_other
257 "/home/k/kl/klausens/public_html/private/images/2001_12_other" new directory created.
CWD 2001_12_other
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html/private/images/2001_12_other" is current directory.
CWD images
550 images: No such file or directory.
MKD images
257 "/home/k/kl/klausens/public_html/private/images/2001_12_other/images" new directory created.
CWD images
250 CWD command successful.
PWD
257 "/home/k/kl/klausens/public_html/private/images/2001_12_other/images" is current directory.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (195,159,0,153,8,59)
STOR 100-0017_IMG.jpg
550 Requested action not permitted.
ftp_store_setup: -30000 (state == RPUT_SETTING_UP)
ABOR
CStreamOT::Read() OTRcv() returned -3208
225 ABOR command successful.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (195,159,0,153,247,154)
LIST
150 Opening ASCII mode data connection for directory listing.
total 0
226 Transfer complete.
Posted 21 years ago #