質問編集履歴
1
誤字
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
### 発生している問題・エラーメッセージ
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
File "
|
|
11
|
+
File "test.py", line 45, in ftp_upload
|
|
12
|
-
|
|
12
|
+
ftp.sendcmd(cmd)
|
|
13
13
|
|
|
14
|
-
ftplib.error_perm: 500 'rd /s /q D:
|
|
14
|
+
ftplib.error_perm: 500 'rd /s /q D:\***\****': command not understood.
|
|
15
15
|
|
|
16
16
|
### 該当のソースコード
|
|
17
17
|
|