We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8253086 commit 3db73d7Copy full SHA for 3db73d7
src/backwpup/utils/storage.ts
@@ -129,7 +129,6 @@ export class StorageUtils {
129
await this.page.locator('#ftppass').fill(BACKWPUP_INFOS.ftp.password);
130
await this.page.locator('#ftphostport').fill(BACKWPUP_INFOS.ftp.port ?? '21');
131
// Checkboxes
132
- await this.page.locator('#ftpssl').setChecked(BACKWPUP_INFOS.ftp.ssl, { force: true });
133
await this.page.locator('#ftppasv').setChecked(BACKWPUP_INFOS.ftp.passiveMode, { force: true });
134
const timestamp = Date.now();
135
const directoryName = getFolderNameFromHost();
0 commit comments