Skip to content

Commit

Permalink
FTP PASSIV
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Nov 16, 2023
1 parent 11f6139 commit b5b1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/domains/[domain]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
response: (r) => {
console.log('response:', r);
if (r) {
window.open(`https://www.net2ftp.com/index.php?protocol=FTP&ftpserver=hosts.is-a.dev&ftpserverport=21&sshfingerprint=&username=${data.domain.name}&language=en&skin=shinra&ftpmode=automatic&passivemode=no&viewmode=list&sort=&sortorder=&state=login_small&state2=bookmark&go_to_state=browse&go_to_state2=main&directory=&entry=/`);
window.open(`https://www.net2ftp.com/index.php?protocol=FTP&ftpserver=hosts.is-a.dev&ftpserverport=21&sshfingerprint=&username=${data.domain.name}&language=en&skin=shinra&ftpmode=automatic&passivemode=yes&viewmode=list&sort=&sortorder=&state=login_small&state2=bookmark&go_to_state=browse&go_to_state2=main&directory=&entry=/`);
}
},
body: `To manage files you can use our online file editor or you can connect using FTP using the following credentials:
Expand Down

0 comments on commit b5b1946

Please sign in to comment.