質問編集履歴

3

誤字

2024/01/16 03:43

投稿

hiros09
hiros09

スコア1

test CHANGED
@@ -1 +1 @@
1
- PythonをFTPSによるFTPサーバーへのファイル転送が完了しない
1
+ Pythonを使ったFTPSによるFTPサーバーへのファイル転送が完了しない
test CHANGED
File without changes

2

誤字

2024/01/16 03:32

投稿

hiros09
hiros09

スコア1

test CHANGED
@@ -1 +1 @@
1
- PythonをFTPSによるFTPサーバーへのファイル転送
1
+ PythonをFTPSによるFTPサーバーへのファイル転送が完了しない
test CHANGED
File without changes

1

誤字の修正

2024/01/16 02:22

投稿

hiros09
hiros09

スコア1

test CHANGED
File without changes
test CHANGED
@@ -45,7 +45,7 @@
45
45
  with open(local_file_path, 'rb') as file:
46
46
  ftp.cwd(ftp_destination_folder)
47
47
  ftp.storbinary('STOR ' + file_name, file) #<---ここで処理が終わらない(SUCCESS: FILE UPLOADが表示されない)
48
- #logger.info("SUCCESS: FILE UPLOAD")
48
+ logger.info("SUCCESS: FILE UPLOAD")
49
49
  ftp.quit()
50
50
  logger.info("SUCCESS: CLOSE FTPS CONNECTION")
51
51