Kostanjevec 2022-05-13 18:21:10 +02:00
parent acda0f63c7
commit afedc8d2be
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ client = Client(options)
def get_file_list():
return client.list("/GIA CLOUD")
for file in get_file_list():
print(file)